

a:link {

	color: #990000;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #990000;

}

a:hover {

	text-decoration: underline;

	color: #CCCCCC;

}

a:active {

	text-decoration: none;

	color: #CCCCCC;

}

body {

	color: #000000;

	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;
    }

}


