body
{
	font-family : Georgia, Times New Roman, serif;
	background-color : white;
	color : black;
}

h3
{
	background-color : blue;
	color : white;
}

h4 {font-size : xx-small;}
h6 {text-align : right;}

a {color : blue;}
a:Visited {color : darkblue;}
a:Active {color : blue;}
a:Hover {color : blue;}

dl {font-size : x-small;}

dt
{
	font-weight : bold;
	margin-top : 10;
}

.screen
{
	background-color : white;
	color : black;
	border : 0;
    padding : 10px;
    width : 100%;
    font-size: small;
}

.teaser
{
    font-weight : bold;
    font-style : italic;
}

.rule {color : blue; height : 6px;}
.tiny {font-size : 75%;}
.highlighter {background-color : yellow;}

