/* CSS Document */

a.normal:link {color:blue;}
a.normal:visited {color:blue;}

a:link {color: #FFFFCC;}
a:visited {color: #FFFFCC;}

#topbar a:link { text-decoration: none; color: white;}
#topbar a:visited {text-decoration: none; color: white;}
#topbar a:hover {color: red; text-decoration: none;}
#topbar {
	text-align: center;
	width: 100%;
	background-color: Black;
	color: White;
		
}

BODY {
 color: #FFFF00;
 background: white;
 font-family: arial;
 margin: 0;
}

#outsidebox {
 position: relative;
 background: #800080;
 width: 95%;
 border: solid 1px #000000;
}

#leftside {
 position: relative;
 top: 0;
 left: 0;
 padding-right: 230px;
 align: center;
 font-family: arial;
 font-size: 18pt;
 font-weight: bold;
 
}

#rightside {
 align: left;
 position: absolute;
 top: 0;
 right: 0;
 width: 228px;
 height: 3000px;
}

#hardlinks {
 padding: 5;
 position: relative;
 width: 95%;
}

img.thumb {
 width: 135;
 height: 180;
 border: 0;
 border: solid 1px #000000;
 
}

p.textbars {
 margin: 0;
 background-color: #C000C0;
 color: #FFFFCC;
}

p.thumbs {
 margin: 0;
}