/* CSS Document */

BODY {
	color:#ffffff;
	font-size: small; 
    font-family: times new roman;
	background-color: #363F52;
}

A:link, A:active, A:visited  {text-decoration: none; color:#ffffff;}
A:hover{text-decoration: underline; color:#ffffff;}

.border {
	background-color: #ffffff;
	}

#footer {
     font-family: times new roman, arial;
     font-size: xx-small;
}


main {
 border: 3px solid #ffffff;
}
