/* CSS for Ilias Tsigkogiannis' Introduction to Windows Device Drivers blog
 * 	by Michael Iatrou
 * 	Sat Oct  7 20:37:21 EEST 2006
 */

a:visited,
a:active { 
	color: #1d4e8c;
}

a:link {
        color : #205599;
}

a:hover { color: #5084cf; text-decoration: underline; border-bottom: none; }

h1 a:visited,
h1 a:active,
h1 a:link {
        color : #000;
}

h1 a:hover {
        color : #333;
}

/* Blog Header */        

#header{
        background-color : #8aaadd;
        border-bottom : 4px solid #ee8800;
}
  
#content {
    background-color : #F0F0F0;
    border-right : 1px solid #ee8800;
    border-left  : 1px solid #ee8800;
    border-bottom : 4px solid #ee8800;
}

.altcomment{
        background-color: #FFF;
        }
        
.CalendarOtherMonth{
}

#masthead {
        color: #333;
        background: #8aaadd;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
        color: #205599;
}

/* Tag Styles */

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
        color: #34f;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
        color: #35f;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
        color: #36f;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
        color: #37f;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
        color: #38f;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
        color: #205599;
}