

a:link {

	color: #FF3232;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #FF3232;

}


a:hover {

	text-decoration: underline;

	color: #333333;

}

a:active {

	text-decoration: none;

	color: #333333;

}

body {

	color: #5A87B9;

	background-color: #EEEEEE;
}

@media (min-width: 1101px) {
    body {
        font-size: 14px;
    }

    

/* responsive, form small screens, use 13px font size */
@media (max-width:1100px) {
    body {
        font-size: 22px;
    }




