/*
 * Default Style sheet for Vidya and Vasu's pages
 */

BODY {
   color: black;
   font-family: Arial, Helvetica, Sans-serif;
   margin-left: 1%;
   margin-top: 1%;
   margin-right: 1%;
   margin-bottom: 1%;
   font-size: 80%;
}

TH, TD {
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 80%;
}

A:active { color: #00F }
A:link { color: #B00 }
A:visited { color: #000 }

HR { color: #0FF }

P.dt  {
   color : #009;
   font-weight: bold;
}

H1  { color : #009; }

P.blnk {
   margin-top : 400px ;
}

P.lupd {
   font-style: italic ;
}

P.mailus {
   font-style: italic;
}

P.nolink {
   color: #888;
}

P.ttl {
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 120%;
   color: #009;
   text-align: center;
   font-weight: bold;
}

P.tbttl {
   color: #F00;
   text-align: center;
   font-weight: bold;
}

P.defs {
   color: #F00;
   margin-left: 1% ;
}

DT  {
   color : #009;
   font-weight: bold;
}

PRE { font-family: Courier, Courier New, FixedSys }
