
BODY {
	background-image: url(bg2.gif);
	background-repeat : repeat-y;
	background-color : #F5ECDD;
	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;
	margin-bottom : 15px;
	margin-top : 5px;
}
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 : 20px;
	color : Black;
	background : transparent;
}
span.deadanchor  {
	color : #F5ECDD;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}
span.deadmenu  {
	color : #F5ECDD;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 19px;
	font-weight : bold;
	text-decoration : none;
}
/* unvisited links*/
a:link  {
	color : #990066;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}

/*  visited links*/
a:visited  {
	color :  #990066;
	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 : #3131FF;
	background : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 17px;
	text-decoration : underline;
}

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




/*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;
}


/* 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;
}

