BODY    {
    background-color : #330066;
    font-family : Arial, sans-serif;
    font-size : small;
    color : ffffff;
}

A:link {
    color : #99cc00;
    text-decoration : none;
}

A:visited {
    color : #ff0000;
    text-decoration : none;
}

A:active	{	
	color:	#ff0000;
	text-decoration:	underline;
	}
	
A:hover {
    color : #99cc00;
    text-decoration : underline;
}

.page-header {
    font-size : xx-large;
    color : ababab;
    font-weight : bold;
    font-style : italic;
}

DIV.comment-section P {
    font-size : xx-small;
    color : ababab;
}

#body {
position: relative;
}

#entry {
position: absolute;
width: 75%;
} 

