

h1 {
	font-family: arial;
	font-weight: normal;
	color: #000000;
	font-size: 13px;
}

h2 {
	font-family: arial;
	font-weight: normal;
	color: red;
	font-size: 15px;
	font-style: italic;
}



a.menu
{
        color: blue;
        font-family: arial;
	font-weight: bold;
        font-size: 8pt;
        text-decoration: none;
}
a.menu:hover
{
        color: red;
        text-decoration: underline;
}

a.leftmenu
{
        color: blue;
        font-family: arial;
	font-weight: bold;
        font-size: 10pt;
        text-decoration: none;
}
a.leftmenu:hover
{
        color: red;
        text-decoration: underline;
}

a.topresult
{
        color: white;
        font-family: arial;
	font-weight: bold;
        font-size: 8pt;
        text-decoration: none;
}
a.topresult:hover
{
        color: yellow;
}


.mybutton { width: 13em; }



