h1
{
font-family: arial;
font-size: 40px;
font-weight: bolder;
color: red;
text-transform: uppercase;
}


.blackborder { border: 1px black solid}
.whiteborder { border: 2px white solid}

p
{
font-size: 11px;
font-family: verdana;
color: black;
font-weight: normal;
}

p.brainstorm
{
font-size: 18px;
font-family: times new roman; 
color: black;
font-weight: normal;
}


td
{
font-size: 11px;
font-family: verdana;
color: black;
}

td.title
{
font-size: 24px;
font-family: times new roman;
color: #222;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
}


li
{
font-size: 11px;
font-family: verdana;
color: black;
font-weight: normal;
}




a:link{color: "#33F"; text-decoration: none}
a:hover{color: "#F00"; text-decoration: none}
a:visited
{
text-decoration: none;
}
