
a:link {

	color: #FF3232;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #FF3232;

}

a:hover {

	text-decoration: underline;

	color: #AAAAAA;

}

a:active {

	text-decoration: none;

	color: #AAAAAA;

}

body {
	background-color: #eeeeee; color: rgb(80, 140, 220);
}

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

    

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



