/* The masthead sits at the top of the page.*/
#masthead 
{
	background: #ffffff;
	background-image: url(http://blogs.msdn.com/photos/aspnetue_images/images/8965282/original.aspx);
}

#title h1
{
    color: #996633;
    font-family: Georgia, serif;
    font-size: 16pt;

}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
    text-decoration: underline;
}
