<!-- /* Hide stylesheets from really old browsers

/* burtonstrauss.us style sheet

         Common styles

     Copyright (c) 2002, Burton M. Strauss III -- All rights reserved

   Modification history:

   2002-Jul    BMS     Initial Version

 */

 /* First, the cross-browser stuff... 
 		This defines the standard tags the same across all browsers...
 */
 address, blockquote, body, caption, center, dd, dir, div, dl, dt, 
 form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;	
}

a:link{
	color: blue;
        background-color: white;
}
a:visited{
	color: blue;
        background-color: white;
}
a:hover{
	color: red;
        background-color: white;
}

/* Now, define our standard formatting */

.section {
    margin-top : 0.5cm;
    margin-bottom : 0.25cm;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
}

.person {
	margin-top : 0.5cm;
	margin-bottom : 0.5cm;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-style : italic;
}

.contactitem {
    margin-top : 0.5cm;
    margin-bottom : 0.5cm;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.bodytext {
    margin-top: 0.25cm;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10pt;
}

.siteheader {
    font-family: "Comic Sans MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: center;
    font-size: 16pt;
}

.rightheader {
    vertical-align: top;
    text-align: right;
    font-size: 9pt;
}

.menuheader {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 9pt;
	background-color: white;
	color: black;
}

.menuitem {
    margin-left: 0.25cm;
    margin-top : 0.25cm;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 8pt;
	background-color: white;
	color: black;
}

.footer {
    font-family: "Comic Sans MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: center;
    font-size: 8pt;
}

.italic {
	font-style : italic;
}

.center {
	text-align: center;
}

.smaller {
	font-size: smaller;
}

/* End Style Sheet commenting. */  -->
