BODY {
    font-family : arial, Times New Roman, serif;
    font-size : 16pt;
    color: red;
    margin : 10px 10px 0px 10px;
    padding : 0px;
}
B {
    font-family : arial, Times New Roman, serif;
    font-size:16pt;
    font-weight:bold;
}
h1 {
    text-align: center;
    font-size : 20px;
    font-weight: bold;
    padding-top : 10px;
}
h2 {
    text-align: center;
    font-size : 16px;
    font-weight: bold;
    padding-top : 10px;
}
h3 {
    text-align: center;
    font-size : 14px;
    font-weight: bold;
    padding-top : 10px;
}
hr {
    background-color:red;
}
u{
	font-family : arial, Times New Roman, serif;
    font-size : 16pt;
	text-decoration: underline;
}
p,h1,h2,h3 {
	margin : 0px 10px 10px 10px;
}
TABLE {
    #border: solid 1px #ff0000;
}

th {
    border: solid 4px #ff0000;
    text-align:center;
    color: red;
    font-family : arial, Times New Roman, serif;
    font-size:18pt;
}
td {
    #border: solid 1px #ff0000;
    #text-align:center;
    color: red;
    font-family : arial, Times New Roman, serif;
    font-size:18pt;
}

a:link {
    text-decoration : none;
    color:red;
	font-size:12pt;
}

a:visited {
    text-decoration : none;
    color:red;
	font-size:12pt;
}
a:active {
    text-decoration : none;
    color:red;
	font-size:12pt;
}
a:hover {
    font-family: arial, Times New Roman, serif;
    font-size:12pt;
    background-color: blue;
    color: red;
    text-decoration: none;
    cursor:help;
}

