

BODY {
font-family: Verdana, Arial, Sans, SansSerif;
font-size: 12px;
line-height: 16px;
color: black;
}

TABLE {
font-family: Verdana, Arial, Sans, SansSerif;
font-size: 12px;
line-height: 16px;
color: black;
}

TR.projectheader {
font-family: Verdana, Arial, Sans, SansSerif;
font-size: 14px;
line-height: 16px;
font-weight: bold;
font-style: italic;
color: black;
}

TR.projecttext {
font-family: Verdana, Arial, Sans, SansSerif;
font-size: 12px;
line-height: 14px;
font-weight: normal;
font-style: italic;
color: black;
}

a:link    { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: #0EB10E; text-decoration: none }
a:visited { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: #0EB10E; text-decoration: none }
a:hover   { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: red; text-decoration: none }
a:active  { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: red; text-decoration: none }

a.menu:link    { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: darkgreen; text-decoration: none }
a.menu:visited { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: darkgreen; text-decoration: none }
a.menu:hover   { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: red; text-decoration: none }
a.menu:active  { font-family: Verdana, Arial, Sans, SansSerif; font-size: 12px; font-weight: bold; line-height: 14px; color: red; text-decoration: none }

// header is same as H3
a.header:link    { font-family: Verdana, Arial, Sans, SansSerif; font-size: 17px; line-height: 18px; color: olive; text-decoration: none }
a.header:visited { font-family: Verdana, Arial, Sans, SansSerif; font-size: 17px; line-height: 18px; color: olive; text-decoration: none }
a.header:hover   { font-family: Verdana, Arial, Sans, SansSerif; font-size: 17px; line-height: 18px; color: olive; text-decoration: none }
a.header:active  { font-family: Verdana, Arial, Sans, SansSerif; font-size: 17px; line-height: 18px; color: olive; text-decoration: none }

// projectheader (used in projects.php - a name to prevent hyperlinks shit)
a.projectheader:link    { font-family: Verdana, Arial, Sans, SansSerif; font-size: 14px; line-height: 16px; color: black; font-weight: bold; font-style: italic; }
a.projectheader:visited { font-family: Verdana, Arial, Sans, SansSerif; font-size: 14px; line-height: 16px; color: black; font-weight: bold; font-style: italic; }
a.projectheader:hover   { font-family: Verdana, Arial, Sans, SansSerif; font-size: 14px; line-height: 16px; color: black; font-weight: bold; font-style: italic; }
a.projectheader:active  { font-family: Verdana, Arial, Sans, SansSerif; font-size: 14px; line-height: 16px; color: black; font-weight: bold; font-style: italic; }

H1    { font-size:25px; line-height:16px; color:olive; font-family:Verdana,Arial,Sans,SansSerif}
H2    { font-size:20px; line-height:22px; color:olive; font-family:Verdana,Arial,Sans,SansSerif}
H3    { font-size:17px; line-height:18px; color:olive; font-family:Verdana,Arial,Sans,SansSerif}
H6    { font-size:17px; line-height:18px; font-weight:bold; color: red; font-family:Verdana,Arial,Sans,SansSerif}
