/* default link style */
a {
font-family : Arial, Helvetica, sans-serif; 
text-decoration : none; font-size: 10pt; 
background-color : transparent; }

a:visited  {
color : #990000; 
text-decoration : none; 
font-size: 10pt; 
background-color : transparent; }

a:link  {
color : #990000; 
text-decoration : none; 
font-size: 10pt; 
background-color : transparent; }

a:hover  {
color : #cc0000; 
text-decoration : underline; 
font-size: 10pt; 
background-color : transparent; }

a:active  {
color : #cc0000; 
text-decoration : underline; 
font-size: 10pt; 
background-color : transparent; }

/* Body tag properties */
body  {
font-family : Arial, Helvetica, sans-serif;	
background-color : White; 
color: Black;}

/* 
These styles are used in the default index.php, comments.php and archive.php pages.
You will no doubt want to edit those pages to suit your site and therefor you might
want to edit or delete these styles.
*/

/* tableheader is for that black/blue border on the table */
.tableheader {
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  background-color : White;
  vertical-align : top;
  border : 0px;
}
/* menutable is for those yellow headers to the category and headlines menus */
.menutable {
font-style : normal; 
font-variant : normal; 
font-size : 10pt; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold;
color : #ffffff; 
background-color : #990000; 
 width: 100%;
}

.newmenutable {
font-style : normal; 
font-variant : normal; 
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
}

.newmenu {
font-style : normal; 
font-variant : normal; 
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
}

.smmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

A.smmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-decoration: none;
}

A:HOVER.smmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
}


a:visited.smmenu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-decoration: none;
}

a:link.smmenu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-decoration: none;
}

a:active.smmenu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-decoration: none;
}

