/* Styles for links */
a:link {color:#FFFFFF;}    /* unvisited link */
a:visited {color:#6984FF;} /* visited link */

/* Styles for basic stuff */
body {
	background-color:#131956;
}

/* Forces a vertical scrollbar for consistency */
html {
	 overflow-y: scroll;
}

a.titlelink {
	position:relative;
	top:53px;
	left:75px;
	height:38px;
	width:346px;
	margin:0px;
	border:0px;
}