/*
The color and background colors
*/

body/*,
#ext_wrapper,
#wrapper,
#header,
#footer,
#body,
#main,
#sidebar,
#ext_sidebar*/
{
	color: #CC0000;
	background-color: #EEEEEE;
}

#navbar {
background-color: #B5B9CC;
}

a.darklinktext, a.darklinktext:hover, a.darklinktext:visited
{
color: #303030;
text-decoration: none;
}

h1 /*titles*/
{
        color: #0000FF;
        font-size: 16px;
        font-weight: normal;
}

h2 /*date*/
{
	color: #303030;
}

p
{
	color: #303030;
}

a
{
	color: #0000FF;
}

a.h1 /*titles links*/
{
	color: #0000FF;
        font-size: 16px;
        font-weight: normal;
}

a.h1:active
{
	color: #0000FF;
}

a:visited
{
	color: #0000FF;
}


a:active
{
	color: #0000FF;
}

a:hover
{
	color: #34B3EF;
}

.extra_footer
{
	color: #999999;
}