/*CSS print style originally made for www.marcushellberg.com*/
/*You can modify and use it freely, comments can be sent to marcus.hellberg@gmail.com*/



/*html elements*/
body{
background:#FFFFFF;
font-family:arial, verdana, "sans serif";
font-size:1em;
color:#000000;
}

img{
border:0px;
margin:5px;
}

a{
color:#000000;
text-decoration:none;
}

a:link {
 color: #000000; 
}

a:visited {
color: #333333; 
}

a:hover {
color: #55719E;
}

a:active {
color: #55719E;
}

input, textarea{
border:1px solid #000000;
background-color:#FFFFFF;
}

input:focus, textarea:focus{
border:1px solid #000000;
background-color:#D0DCFF;
}
/*end html elements*/


/*layout divs*/
#container{
width:100%;
padding-top:20px;
}

#header{
width:785px;
height:65px;
}

#nav{
display:none;
}

#content{
width: 100%;
margin-bottom:50px;
}

#content h1{
font-size:1.4em;
font-weight:bold;
color:#68707C;
margin-top:30px;
border-bottom: 1px dotted #CCCCCC;
}

#content h2{
font-size:1em;
color:#68707C;
margin-top:15px;
border-bottom: 1px dotted #CCCCCC;
}

#footer{
clear:both;
margin:0px auto;
position:relative;
width:80%;
border-top: 1px solid #CCCCCC;
padding:10px 5px 0px 5px;
color:#999999;
font-size:0.9em;
text-align:center;
}

#footer a, img{
display:none;
}

blockquote{
margin-left:20px;
position:relative;
width:90%;
background:#D8DEE9;
border:1px solid #000000;
padding:5px;
}
/*end layout divs*/


