

body, html
{
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    background-image: none;
}

a:link
{
    color: #0000FF;
}

a:hover, a:active
{
    color: #0000FF;
}

a:visited
{
    color: #0000FF;
}

#masthead, #header
{
    background-color: #AADDFF;
}

h1.headermaintitle
{
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
}

h1.headermaintitle a:link, h1.headermaintitle a:visited, h1.headermaintitle a:active
{
    color: #333333;
}

.pageTitle
{
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.postsub h2
{
    color: #0000FF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.postsub h2 a:link, .postsub h2 a:visited, .postsub h2 a:active, .postsub h2 a:hover
{
    color: #0000FF;
}

#sidebar-a h3, #sidebar-b h3
{
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#sidebar-a, #sidebar-b
{
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-a ul, #sidebar-b ul
{
    font-size: .9em;
}

#sidebar-a a:link, #sidebar-b a:link
{
    color: #0000FF;
}

#sidebar-a a:visited, #sidebar-b a:visited
{
    color: #0000FF;
}

#sidebar-a a:active, #sidebar-a a:hover, #sidebar-b a:active, #sidebar-b a:hover
{
    color: #0000FF;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
    color: #0000AA;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
    color: #0000BB;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
    color: #0000CC;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
    color: #0000DD;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
    color: #0000EE;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
    color: #0000FF;
}

#header, #content
{
    border-color: #4477FF;
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
