body{   
 margin:0;
 padding: 0;
 background-position: center center;
 background-color:black;
 color:#0d88f2;
 font-size:10px;
 font-family:Verdana, Geneva, sans-serif;
 text-decoration:none;
 border: none;
 font-weight:bold;
 }

a:link {
	color:white;
	text-decoration: none;
}

a:hover {
	color:#999999;
	}
	
a:visited { 
	color: white;
	text-decoration: none;
	}

img {
border: none;
margin-top: 25px;
}	

iframe {
border: none;
}

p {
color:#0d88f2;
}

li {
line-height: 130%;
}

.high {
z-index: 15;}


a {
	color: white;}
	
#my_site_content {
	width: 500px;
	height: 500px;
	}
	
	
.box{
	padding: 5px;
	width:180px;
	height:260px;
	position:absolute;
	background-color:#000000;
	}
	
.tab{
	width: 180px;
	height: 20px;
	position:relative;
	top:300px;
	margin-top: -14px;
	}
	
.tab a{
	
	cursor:pointer;
	}