BODY 	{
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #ff0000;
	background-repeat: repeat;
	}	

a	{ 
	text-decoration: none;
	color: #000000; 
	}

a.color1 { 
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000; 
	}
a.color2 { 
	text-decoration: none;
	font-weight: bold;
	color: #0000ff; 
	}
a.color3 { 
	text-decoration: none;
	font-weight: bold;
	color: #22e122; 
	}
a.color4 { 
	text-decoration: none;
	font-weight: bold;
	color: #ff9900; 
	}
a.color5 { 
	text-decoration: none;
	font-weight: bold;
	color: #c48bfc; 
	}
a.color6 { 
	text-decoration: none;
	font-weight: bold;
	color: #24d6eb; 
	}
a.color7 { 
	text-decoration: none;
	font-weight: bold;
	color: #ff00ff; 
	}
	
a.color8 { 
	text-decoration: text-decoration: none;
	font-weight: bold;
	color: #ff00ff; 
	}
	
div.emptyframe {
	width: 754px; 
	height: 554px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -275px auto auto -375px;
	border: 2px solid black;
	}
	
div.frame {
	width: 748px; 
	height: 548px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -275px auto auto -375px;
	border: 2px solid black;
	background-image: url(../images/frame.jpg);
	}

div.content {
	width: 650px; 
	height: 450px;
	position: absolute;
	top: 0px; 
	left: 0px;
	margin: 50px 50px 50px 50px;
	border: 0px solid black;
	}

div.topnavigation {
	width: 650px; 
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0px;
	border: 0px solid black;
	text-align: center;
	}

div.pagecontent {
	width: 480px; 
	height: 410px;
	position: absolute;
	top: 40px;
	left: 10px;
	border: 0px solid black;
	}

div.pagepics {
	width: 150px; 
	height: 410px;
	position: absolute;
	top: 40px;
	left: 500px;
	border: 0px solid black;
	}
