@charset "utf-8";
/* CSS Document */


body
{
	background-image: url(); /* I do not have a background image, but I have this code here to add one quickly if I needed to. */
	background-color: #121212;
	font-family:"Times New Roman";
	font-size:14px;
	color:white;
	margin-left:auto;
	margin-right:auto;
	width:75%;
}

/* unvisited link */
a:link {color:#0000CD;}   
/* visited link */
a:visited {color:#0000CD;} 
/* mouse over link */
a:hover {color:#000080;}   
/* selected link */
a:active {color:#000080;}  
