﻿
/* by default no margin and padding */
* { margin: 0px; padding: 0px; }

body
{
 position:relative;
 background-color:#ffffff;
 border-width: 0px;
 color: #333333;
 font-family: Georgia Verdana 'Times New Roman';
 text-decoration: none;
}

/* the order in which the link, visited, hover and active are defined matters */
/* to remember use LoVeHAte */
.linkDefault a:link { font-weight:bold; color: #888888; text-decoration:none; }      /* unvisited link */
.linkDefault a:visited { font-weight:bold; color: #888888; text-decoration:none;}  /* visited link */
.linkDefault a:hover { font-weight:bold; color: #333333; text-decoration:none;}   /* mouse over link */
.linkDefault a:active { font-weight:bold; color: #666666; text-decoration:none;}   /* selected link */

.linkMore a:link { font-weight:bold; color: #888888;  text-decoration:none; }      /* unvisited link */
.linkMore a:visited { font-weight:bold; color: #888888;  text-decoration:none;}  /* visited link */
.linkMore a:hover { font-weight:bold; color: #333333;  text-decoration:none;}   /* mouse over link */
.linkMore a:active { font-weight:bold; color: #666666;  text-decoration:none;}   /* selected link */

.linkMenu a:link { font-weight:bold; color: #888888;  text-decoration:none; text-transform:uppercase; }      /* unvisited link */
.linkMenu a:visited { font-weight:bold; color: #888888; text-decoration:none;text-transform:uppercase;}  /* visited link */
.linkMenu a:hover { font-weight:bold; color:#333333;  text-decoration:none;text-transform:uppercase;}   /* mouse over link */
.linkMenu a:active { font-weight:bold; color: #666666;  text-decoration:none;text-transform:uppercase;}   /* selected link */

.newsDate { color:#444444; font-size:0.7em; }
.newsHeader1 { color:#333333;font-weight:bold; font-size:1.1em; }
.newsHeader2 { color:#333333;font-weight:bold; font-size:1.0em; }
.newsText { color:#333333; font-size:0.8em; text-align:justify; }

.footerText { font-size:0.7em; color:#444444; }

hr { height:1px; background-color:#888888; border-style:none; }
