a:hover{color:red; }
div.MyTitle
{
     font-wight: bold;
     font-size: x-large;
     color: black;
     font-family: 'Times New Roman';
}
div.MyLinks
{
     font-size: small;
     color: black;
     font-family: 'Times New Roman';
}
div.MyBody
{
     font-size: medium;
     color: black;
     font-family: 'Times New Roman';
}
div.MyCopyRight
{
     font-size: xx-small;
     color: grey;
     font-family: 'Times New Roman';
}
