<!-- 

body  { background-color:#ffffff; margin-top:1px; margin-left:1px; margin-bottom:1px; margin-right:1px; }

table { border-radius:10px; }
td  { border-radius:6px; }

.link1   { font-size: 12px; color: blue; font-family: arial, helvetica; text-decoration: none }
.link1:hover { font-size: 12px; color: red; background-color: #ffffff; text-decoration: underline; font-family: arial, helvetica }

.link2   { font-size: 13px; color: blue; font-family: arial, helvetica; text-decoration: none }
.link2:hover { font-size: 13px; color: red; background-color: #ffffff; text-decoration: underline; font-family: arial, helvetica }

.link3   { font-size: 12px; color: blue; font-family: arial, helvetica; font-weight: normal }
.link3:hover { font-size: 12px; color: blue; background-color: #ffff00; text-decoration: none; font-family: arial, helvetica; font-weight: normal }

.link4   { font-size: 13px; color: blue; font-family: arial, helvetica; font-weight: normal; text-decoration: none}
.link4:hover { font-size: 13px; color: red; text-decoration: underline; font-family: arial, helvetica; font-weight: normal; background-color: #ffffff }

.link5    { font-size: 12px; color: blue; font-family: arial, helvetica; text-decoration: none; font-weight: normal}
.link5:hover { font-size: 13px; color: darkblue; background-color: #DEF3FF; text-decoration: none; font-family: arial, helvetica }


h1       { font-size: 300%; color: #FFFFFF; font-family: Arial; text-decoration: none; text-align:center; }

.font0   { color: #FFFFFF; background-color: #58B8E8; font-size: 90%; font-family: arial, helvetica;}

.font1   { font-size: 80%; font-family: arial, helvetica; color: #000080 }

.font2   { font-size: 90%; font-family: arial, helvetica; color: #000080 }

.font3   { font-size: 100%; font-family: arial, helvetica; color: #ff0000 }

.font4   { font-size: 100%; font-family: arial, helvetica; color: #000080 }

.font5   { font-size: 100%; font-family: Comic Sans MS; color: #0000ff; }

.font6   { font-size: 100%; font-family: Comic Sans MS; color: #000080; }

.font7   { font-size: 200%; font-family: Comic Sans MS; color: #000080; }


textarea { resize:none; }


-->