a { text-decoration: none; font-weight: bold; }
a:link {color: black;}
a:visited {color: black;}
a:hover {color: blue;}
a:active {color: black;}

a.a { text-decoration:none; font-weight:normal; }
a.a:link {color: blue;}
a.a:visited {color: purple;}
a.a:active {color: blue;}
a.a:hover { text-decoration:underline; }

ul {
    list-style-position: inside;
    padding: 5px;
    margin: 2px;
}

li { padding: 5px; }
.blue { color: #336699; }

p { margin: 25px; }

h3 { margin: 20px;  color: #336699; font-family:Comic Sans, Comic Sans MS, Comic Sans Serif; }
.h3 { margin: 20px;  color: #336699; font-family:Comic Sans, Comic Sans MS, Comic Sans Serif; }

h1 { text-align:center; font-family:Comic Sans, Comic Sans MS, Comic Sans Serif;
     font-size:26px; font-weight:normal; line-height:40px; color:#ff9900; }

img.r { float: right; margin: 17px; }
img.l { float: left; margin: 17px; }

table.home
{
  width: 700;
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px;
  border-spacing: 15px;
}

table.home td
{
  padding: 0px;
  text-align: left;
}

