/* My CSS File */

body
{
font-family:  arial,helvetica;
font-size:  12pt;
color:  black;
background-color:  white;
}


a.mice
{
color:  black;
font-size:  10pt;
text-decoration:  none;
}

h1
{
color:  black;
font-size:  16pt;
text-align:  center;
}

h1.angry
{
color:  red;
font-size:  14pt;
text-align:  center;
}

a.angry
{
color:  red;
font-size:  12pt;
text decoration:  underline;
}