A:visited {
color: white;
text-decoration: overline;
}

A:link 
{
color: white;
}

A:hover 
{font-size:22; font-weight:bold; color: grey; text-decoration: line-through;
}


#textcontent
{
margin-left: 260px;
margin-right: -2%;
padding-left: 40px;
padding-right: 1px;
padding-top : 15px;
padding-bottom: 0px;
height: 430px;
background: black ;
color: #808080;
overflow-y: scroll;
position: absolute;
<!--width: 690px;-->
}
	
#leftcontent
{
	float: left;
	width: 295px;
	min-height: 50px;
	background-color: black;
	color: red;
	
}
	
body 
{


background: black;


}


#thescream
{
margin-left: 315px;
height: 120px;
background: red url('mini-color.jpg') repeat fixed top right;

}


ul.navbartoptop {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3em;
    left: 1em;
    width: 9em;
    background-color: black;
}

ul.navbartop {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: black;
    top: 6em;
    left: 1em;
    width: 2em 
    color:black;
   
}

ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: black;
	color:black;
	top: 9em;
    left: 5em;
    width: 9em }


ul.contents {
    list-style-type: disc;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: black;
    color:red;
    top: 14em;
    left: 1em;
    width: 9em 
	
}


