/* My CSS! No Touchy! */
/*Global*/
body {
	color: #ffffff;
	background-color: #000000;
	font-family: Arial;
	font-size: 14px;
	scrollbar-face-color:{"#\000000"};
	scrollbar-base-color:{"#\000000"};
	scrollbar-arrow-color:{"#\000000"};
	scrollbar-highlight-color:{"#\000000"};
	scrollbar-3d-light-color:{"#\000000"};
	scrollbar-darkshadow-color:{"#\020304"};
	scrollbar-shadow-color:{"#\001122"};
}
*	{
	margin: 1px;
	border: 0px;
	padding: 1px;
}
img {
	border: 0px;
	padding: 1px;
}
/*Link*/
a	{
		text-decoration: none;
		border: 1px;
		z-index: +1;
}
a:link {
		color: #EEEEEE;
}
a:visited {
		color: #FFFFFF;
}
a:hover {
		border: 1px solid #EEEEEE;
		background: #222222;
		text-align: center;
		padding: 5px;
}
a:active	{
			color: #FFEEDD;
			border: 1px solid #FFEEDD;
			background: #222222;
			text-decoration: blink;
			text-align: center;
			padding: 5px;
}
/*Horizontal Rule*/
hr	{
	color: #123123;
	border-color: #321321;
	width: 10px;
	height: 10px;
}
/*tables...*/

table	{
		border-top: 0px double #EDCEDC;
		border-bottom: 0px double #EDCEDC;
		background-color: #000000;
		color: #ffffff;
		padding: 1px;
		margin: 1px;
}
td	{
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	margin: 1px;
}
table.menu
{
 		border-left: 7px single #EDCEDC;
		border-right: 7px single #EDCEDC;
}
/*Paragraph border: 1px solid #CDECDE;*/
p	{
	
	
	color: #CDECDE;
	padding: 10px;
	margin: 5px;
}
p:first-letter {font-size: 200%; float: left}
p.double {border-style: double; } 
/*List*/
ul	{
	border: 1px solid #CDECDE;
	background-color: #123123;
	padding: 10px;
	list-style-type: square;
	margin: 5px;
}
li	{
	
	list-style-position: inside;
	color: #CDECDE;
	
}
/*Heading*/
h1	{
	background-color: #123456;
	border-top: 6px solid #9ABCDE;
	border-bottom: 6px solid #9ABCDE;
	font-size: 200%;
	color: #9ABCDE;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h1:hover	{
	background-color: #654321;
	border-top: 6px solid #EDCBA9;
	border-bottom: 6px solid #EDCBA9;
	font-size: 200%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h2	{
	background-color: #654321;
	border-top: 6px solid #EDCBA9;
	border-bottom: 6px solid #EDCBA9;
	font-size: 200%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h2:hover	{
	background-color: #123456;
	border-top: 6px solid #9ABCDE;
	border-bottom: 6px solid #9ABCDE;
	font-size: 200%;
	color: #9ABCDE;
	text-align: center;

	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h3	{
	background-color: #123456;
	border-top: 4px solid #9ABCDE;
	border-bottom: 4px solid #9ABCDE;
	font-size: 150%;
	color: #9ABCDE;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h3:hover	{
	background-color: #654321;
	border-top: 4px solid #EDCBA9;
	border-bottom: 4px solid #EDCBA9;
	font-size: 150%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h4	{
	background-color: #654321;
	border-top: 4px solid #EDCBA9;
	border-bottom: 4px solid #EDCBA9;
	font-size: 150%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h4:hover	{
	background-color: #123456;
	border-top: 4px solid #9ABCDE;
	border-bottom: 4px solid #9ABCDE;
	font-size: 150%;
	color: #9ABCDE;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h5	{
	background-color: #123456;
	border-top: 2px solid #9ABCDE;
	border-bottom: 2px solid #9ABCDE;
	font-size: 100%;
	color: #9ABCDE;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h5:hover	{
	background-color: #654321;
	border-top: 2px double #EDCBA9;
	border-bottom: 2px double #EDCBA9;
	font-size: 100%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h6	{
	background-color: #654321;
	border-top: 2px double #EDCBA9;
	border-bottom: 2px double #EDCBA9;
	font-size: 100%;
	color: #EDCBA9;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
h6:hover	{
	background-color: #123456;
	border-top: 2px solid #9ABCDE;
	border-bottom: 2px solid #9ABCDE;
	font-size: 100%;
	color: #9ABCDE;
	text-align: center;
	margin: 5px;
	font-family: Earth, Arial Black, Arial;
}
.note
{
 font-family: Courier;
 font-size: 50%;
 color: #999999;
}
/*
Colours:
	Global:
		FFFFFF
		000000
	Headings:
		123456
		654321
		EDCBA9
		9ABCDE
	Links:
	Para:
		CDECDE
		123123
	Horizontal Rule:
		123123
		321321
*/

a:link.men, a:link.men2 {
	width :85px;
	background-color : darkblue;
	font: normal 80%/100% Verdana;
	letter-spacing : 1px;
	text-decoration : none;
	color : white;
	font-weight : normal;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 3px outset blue;
	border-left : 3px outset blue;
	border-right :  3px outset blue;
	border-bottom :  3px outset blue;
		}
a:visited.men, a:visited.men2 {
	width : 85px;
	background-color : darkblue;
	font: normal 80%/100% Verdana;
	letter-spacing : 1px;
	text-decoration : none;
	color : white;
	font-weight : normal;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 3px outset blue;
	border-left : 3px outset blue;
	border-right :  3px outset blue;
	border-bottom :  3px outset blue;
		}
a:hover.men, a:hover.men2 {
	width : 85px;
	background-color : darkblue;
	font: normal 80%/100% Verdana;
	letter-spacing : 1px;
	text-decoration : none;
	color : yellow;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 3px outset blue;
	border-left : 3px outset blue;
	border-right :  3px outset blue;
	border-bottom :  3px outset blue;
		}
		
a:link.men2{width:200px;}
a:visited.men2{width:200px;}
a:hover.men2{width:200px;}

a.intermenu
{
 	width :85px;
	font: normal 40%/50% Verdana;
	letter-spacing : 0.5px;
	text-decoration : none;
	color : #777777;
	font-weight : normal;
	align="right";
}	
.mg
{
      font-size: 1.5em;
    text-align: center;
    background-color: #FFBC79;
    
		color:#000000;
}
.mh
{
    font-size: 1.5em;
    text-align: center;
    background-color: #BC79FF;
    color: inherit;
}
.plain
{
  color: #ffffff;
	background-color: #000000;
	font-family: Arial;
	font-size: 14px;
}