* { 
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
	color:black;
}

nav {
	background-color: white;
	margin: 10px 10px 10px 10px;
	width: 230px;
}
nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
}
nav ul li {
	display: inline;
	padding: 5px 5px 5px 5px;
}
nav ul li a:link, nav ul li a:visited {
	color: black;
	border-bottom: none;
	font-weight: bold;
/*	text-shadow: 1px 1px 3px #e2c2c2; 
	text-transform: uppercase;
*/
}
nav ul li a:hover{
	color: red;
	border-bottom: none;
	font-weight: bold;
}
nav ul li.selected {
	color: red;
}

h1 {
	text-align: center;
}

#content {
	position: absolute;
	left: 250px;
	top: 10px;
	min-height: 700px;
	min-width: 774px;
	margin: 10px, 10px, 10px, 10px;
	padding: 10px;
	text-align: center;
	background-image:url('images/jujitsu.gif');
	background-position:center;
	background-repeat:no-repeat;
}

#content2 {
	min-height: 700px;
	min-width: 774px;
	margin: 10px, 10px, 10px, 10px;
	padding: 10px;
	text-align: left;
	background-image:url('images/jujitsu.gif');
	background-position:center;
	background-repeat:no-repeat;
}

.Title {font-family: "Matura MT Script Capitals";font-size:40px;}
.SubTitle {font-family: "Matura MT Script Capitals";font-size:20px;}

.bigFont {font-size:20px;font-weight:BOLD;}
.medFont {font-size:14px;font-weight:BOLD;}
.tableHeader {background-color:#9BDCF6;font-weight:BOLD;}
.greyTableHeader{background-color:#D9D8D6;font-weight:BOLD;}
.greyCell{background-color:#EFEFEE;}

/*
body {scrollbar-3dlight-color:#006091;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#0089C8;
scrollbar-highlight-color: #002c42;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#94C7FF;
}

hr {color:#D9D8D6;}

.body{background-image:url(../images/jujitsu.gif);background-position:left;background-repeat:no-repeat;}

.Title {font-family: "Matura MT Script Capitals";font-size:40px;}
.SubTitle {font-family: "Matura MT Script Capitals";font-size:20px;}

.bigFont {font-size:20px;font-weight:BOLD;}
.tableHeader {background-color:#9BDCF6;font-weight:BOLD;}
.greyTableHeader{background-color:#D9D8D6;font-weight:BOLD;}
.greyCell{background-color:#EFEFEE;}

a:link {color:black;font-weight:bold;}
a:visited {color:black;font-weight:bold;}
a:hover {color:red;font-weight:bold;}

.newsStyle {font-size:14px;font-weight:BOLD;}

*/
