/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color: #0066CC;
	color:#EBEBEB;
	text-align: center;
}

a:link {
    color:#EBEBEB;
}

a:active {
    color:#EBEBEB;
}

a:visited {
    color:#EBEBEB;
}

a:hover{
    color:#FF0000;
}

.fontc {
	font-size:18px;
	text-decoration:none;
}