

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 {

	font size: 18 px;

	color: rgb(80, 140, 220);

	background-color: #eeeeee;
}

