body {
    font-family:	"helvetica", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family:	"new century schoolbook", serif;
}

a:link	{ color:	#0000ee;}
a:visited { color:	#084a5a;}
a:active { color:	#ff0000;}
a:hover	{ color:	#aa0000;}

#vmarg, .vmarg {
    background-color:	#ffeecc;
    font-size: 90%;
}

.vmarg {
    margin:		5px;
    padding:		0;
}

iframe#vmarg {
    padding:		0;
    height: 		95%;
}

#vmarg {
    margin:		5px;
    padding:		5px;
    border:		thin solid black;
    width:		200px;
    position:		fixed;
    top:		0;
    left:		0;
    bottom:		0;
}

div#hoved {
    position:		absolute;
    top:		10px;
    left:		230px;
    right:		10px;
    max-width:		50em;
}


div.byline {
    font-size:		smaller;
    border-top:		1px solid #990000;
    text-align:		right;
}

div.byline a, #vmarg a, .vmarg a, span.email a {
    text-decoration:	none;
}

#vmarg a:hover, .vmarg a:hover {
    text-decoration:	underline;
}

.noscreen {
    display:		none;
}

span.email a { color: inherit; }
span.email { color: #6666ee; }
