/* CSS Document */

BODY {
 color: #Fbff0f;
 background: #ff7ffc;
 font-family: arial;
 margin: 0;
}

a.normal:link {color:blue;}
a.normal:visited {color:blue;}

a:link {color: #E3FFC3;}
a:visited {color: blue;}

a:hover {color: black; text-decoration: underline;}
#outsidebox {
 position: relative;
 background-color: #ff00fa;
 border: solid 1px #000000;
 width: 97%;
 color: #Fbff0f;
}

tr.toplisttop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftside {
 position: relative;
 top: 0;
 left: 0;
 font-family: arial;
 font-size: 18pt;
 font-weight: bold;
 padding-right: 182px;
 
}

#rightside {

 position: absolute;
 top: 0;
 right: 0;
 width: 180px;
 height: 3000px;

}

p.thumbs {
	margin: 0;
	padding: 0;
}

#hardlinks {
	padding: 5px;
	position: relative;
	width: 95%;
}

#bottomad {
 padding: 5px;
 position: relative;
 width: 95%;
}

img.thumb {
 width: 180px;
 height: 135px;
 border: 0;
 border: solid 1px #000000;
}
