
body{ 
	background: #0066cc;
	background-image: url('X.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	color: #0000CC;
	
}
a:link {color:#0000CC;	text-decoration: none;}

a:visited {color: #33CCFF;}

a:hover {
	color: #66FFFF;	
	text-decoration: underline;
}

.nav { 
	color: #0000CC;
	position: absolute;
	top:  10;
	left: 10;	
	color: #0000CC;
}


.theme {
	position: absolute;
	top:  135;
	left: 10;
	color: #0000CC;
}

.wow {
	position: absolute;
	top: 230;
	left: 10;
	color: #0000CC;
}

.support {
	position: absolute;
	top : 105;
	left: 900;
	color: #0000CC;
}

.bio {
	position: absolute;
	top: 70;
	left: 275;
	color: #0000CC;
}

.link {
	position: absolute;
	top:  10;
	left: 900;
	color: #0000CC;
}

.interest {
	position: absolute;
	top:  245;
	left: 900;
	right: 10;
	color: #0000CC;
}


.content {
	position: absolute;
	top:  70;
	left: 125;
	color: #0000CC;
	
}

.tc {	
	font-size : 10pt;
	color: #0000CC;
	border-collapse: collapsed;
	rules: none;
	border: 1;
	border-bottom: thin solid blue;
	border-top: thin solid blue;
	border-left: thin solid blue;
	border-right: thin solid blue;
	
	
}
 

