body 
	{
    	color:#000000;
	vertical-align:top;
	background-image: url("imgs/back.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: medium;
	} 

.title
	{
	position: absolute;
	top: 10px;
	width: 97%;
	text-align: center;
	background-color:#ffffff;
	border: thin solid #000000;
	padding: 5px;
	font-family: times;
	}

.nav
	{
	position: absolute;
	width: 97%;
	top: 120px;
	text-align: center;
	font-size: large;
	background-color:#FFFF99;
	border: thin solid #000000;
	padding: 5px;
	}


.main
	{
	position: absolute;
	width: 97%;
	top: 160px;
	background-color:#ffffff;
	border: thin solid #000000;
	padding: 5px;
	}

a
	{
	color:#400080;
	font-weight: normal;
	}


a:visited
	{
	color:#800040;
	font-weight: normal;
	}

a:hover
	{
	color:#ff0000;
	}	


.head
	{
	font-size:36pt;
	vertical-align: top;
	text-align: center;
	}

.sub
	{
	font-size:20pt;
	text-align: center;
	}


.smalltext
	{
	font-size:11pt;
	}

.copyright
	{
	font-size:10pt;
	text-align:center;
	}
	
.indent
	{
	margin-left:3em;
	}
