/* general selectors */
a:link,a:visited,a:hover
{
	text-decoration: none;
	color: #0173bc;
}
 
body
{ 
	margin: 0;
	padding: 0;
	background-color: #ccc;
	color: #000;
	font-family: Lucida,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 85%;
	min-width:275px; 
} 

h1
{
	font-size: 1.2em;
}

h2 { font-size: 1.1em; }
h3 { font-size: 1.05em; }
h4 { font-size: 1.05em; } 

img
{
	border: none;
	margin: 3px;
}

td { vertical-align: top; }

.here{font-style:italic;text-decoration:underline;border-bottom:1px solid red;}
