
BODY {
	background-color : #F4F4F4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Black;
}
p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color : Black;
	font-weight : bold;
	background : transparent;
}
P.demo {
	color : Green;
	font-size: 20px;
	font-weight : bold;
	background : transparent;
}
span.menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	font-size: 19px;
	font-weight : bold;
	background : transparent;
}
span.submenu {	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	font-size: 15px;
	font-weight : bold;
	background : transparent;
}
P.margin {
	margin-left : 10px;
	color : Black;
	background : transparent;
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight : bold;
	color : Black;
	background : transparent;
}
h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight : bold;
	color : Black;
	background : transparent;
}
span.date {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : Black;
	background : transparent;
}
span.big {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 19px;
	color : Black;
	background : transparent;
	font-weight : bold;
}

span.deadanchor  {
	color : Red;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}

/* unvisited links*/
a:link  {
	color : #0000CE;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}

/*  visited links*/
a:visited  {
	color : #0000CE;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}

/*  active links (not widely supported)*/
a:active  {
	color : Red;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 17px;
	text-decoration : none;
}

/* links when hovered over (MSIE only)*/
a:hover  {
	color : Red;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}




/*mailto link*/
a.mail:link  {
	font-size : 15px;
}

/* Menu visited links*/
a.mail:visited  {
	font-size : 15px;
}

/* Menu active links (not widely supported)*/
a.mail:active  {
	font-size : 15px;
}

/* Mail links when hovered over (MSIE only)*/
a.mail:hover  {
	font-size : 15px;
}

span.deadmenu {
	color : Red;
	font-size : 19px;
	font-weight : bold;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Menu unvisited links*/
a.menu:link  {
	font-size : 19px;
}

/* Menu visited links*/
a.menu:visited  {
	font-size : 19px;
}

/* Menu active links (not widely supported)*/
a.menu:active  {
	font-size : 19px;
}

/* Menu links when hovered over (MSIE only)*/
a.menu:hover  {
	font-size : 19px;
}
