﻿BODY
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
COLOR: black;
}

LI
{
margin-top: 3;
margin-bottom: 3;
}

P, TEXTAREA, INPUT, UL, SELECT
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
COLOR: black;
}

A:link
{
FONT-FAMILY: arial;
FONT-WEIGHT: bold;
COLOR: black;
TEXT-DECORATION: underline;
}

A:visited
{
FONT-FAMILY: arial;
FONT-WEIGHT: bold;
color: black;
TEXT-DECORATION: underline;
}

A:hover
{
FONT-FAMILY: arial;
FONT-WEIGHT: bold;
COLOR: white;
BACKGROUND-COLOR: gray;
TEXT-DECORATION: underline;
}

H1
{
font-size: 20pt;
font-weight: bold;
}

H2
{
font-size: 16pt;
font-weight: bold;
}

H3
{
font-size: 14pt;
font-weight: bold;
}

TD
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
COLOR: black;
}

.Textbox
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
COLOR: black;
}

INPUT[type=submit]
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
border-width:0.1em;
padding:0.1em;
border-color:black;
background-color: silver;
border-radius: 0.5em;
height:2em;
}

INPUT[type=submit]:hover
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
border-width:0.2em;
padding:0.0em;
border-color:black;
background-color: limegreen;
border-radius: 0.5em;
height:2em;
}

BUTTON
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
border-width:0.1em;
background-color: silver;
padding:0.1em;
border-color:black;
border-radius: 0.5em;
height:2em;
}

BUTTON:hover
{
FONT-FAMILY: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
border-width:0.2em;
padding:0.0em;
border-color:black;
background-color: limegreen;
border-radius: 0.5em;
height:2em;
}
