body	{
	background-color : #ffffff;
	color : #333333;
	}
#main	{
 	width : 880px;
  	margin-left :0px;
	margin-top : 0px;
	}
	#text {
 		position : absolute;
		margin-left : 20px;
		margin-top : 0px;
	 	width : 880px;
		font-family : "Comic Sans MS";
		font-size : 16px;
		}
a:link, a:active, a:visited  { color : #464bc0; }
a.menu:link, a.menu:active, a.menu:visited  {
	color : #464bc0;
	font-size : 11px;
	}
a.thispage:link, a.thispage:active, a.thispage:visited  {
	color : #d43132;
	font-size : 11px;
	text-decoration : none;
	}
a:hover { color : #d43132; }
.subtitle {
	font-size : 16px;
	color : #d43132;
	}
.caption { font-size : 11px; }
hr {
	color : #d43132;
	width : 600px;
	}

