<style type="text/css">


*{
font-family:Arial;
font-size:13px;
color:#EDE096;
text-align: justify;
}

BODY
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #41434b;
    margin: 0px;	
    font-family: Arial, Sans-Serif;
    font-size: 13px;
	text-align: justify;
    color: White;
}

.contentdirectory { background-color: #51535b; }
.contentbody { border-width:2px;  background-color: #B0C0BB; }
.contenttitle { border-width:2px; background-color: #81838b; }
.content { background-color: #51535b; padding: 6px;}
.contentfooter { background-color: #71737b; }

h1 { background-color:#000000; border:4px solid #aaaaaa; font-style:italic;}
h2 { background-color:#000000; border:3px solid #aaaaaa; font-style:italic;}
h3 { background-color:#000000; border:2px solid #aaaaaa; font-style:italic;}
h4 { background-color:#000000; border:1px solid #aaaaaa; font-style:italic;}


a:link    {text-decoration:none; color:#B4F0CD; border-style:solid; border-width:0px; border-color:#FFFF00;}
a:visited {text-decoration:none; color:#B4F0CD; border-style:solid; border-width:0px; border-color:#FFFF00;}
a:hover   {text-decoration:none; color:#EFEBEF; border-style:solid; border-width:0px; border-color:#FFFF00;}
a:active  {text-decoration:none; color:#FFFFFF; border-style:solid; border-width:0px; border-color:#FFFF00;}


.farcontent { border-style:solid; border-width:2px; border-color:#ED7418; }

img { border-style:solid; border-width:0px; border-color:#ED7418; }
.screenshot { border-style:solid; border-width:2px; border-color:#ED7418; }
.directory_image { border-style:solid; border-width:2px; border-color:#ED7418; }

.cpp_keyword { font-family:Courier,Courier New; font-size:12px; color:#1010FF; background-color:#FFFFFF; }
.cpp_comment { font-family:Courier,Courier New; font-size:12px; color:#20af20; background-color:#FFFFFF; }
.cpp_text    { font-family:Courier,Courier New; font-size:12px; color:#000000; background-color:#FFFFFF; }


</style>