/* Sample CSS Document */
/* To access this CSS use <link rel="stylesheet" type="text/css" href="sample.css" /> */


.greenStyle { color: green ; font-style :italic;}
p.greenStyle {text-decoration :underline }

/* Main Table Definition */
table.hairline {border-style: solid;
border-color: #000000 ;
border-width: 1px}

/* Dotted Table Definition */
table.dotted {border-style: dotted;
border-color: #000000 ;
border-width: 2px}

/* Table Cell Definition */
td.nav { border-top-style: solid;
border-color: #000000 ;
border-width: 1px; border-bottom-style: solid;
border-color: #000000 ;
border-width: 1px}



/* Body Colour */
body { background-color: #EFEFEF}


/* header format */
h1.boldredheader {font-weight : bold ; color: red;}


/* Modifies Hyperlink Formating */
a:link {color: #CC0000;text-decoration: none;}
a:visited { color: #CC0000;text-decoration: none;}
a:hover { color: red ; text-decoration:underline}
a:active {color: #0000FF}


