/* CSS Document */

a {
	color:#990000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#text {
    font:13px georgia;
	color: #333333;
	}

#text2 {
    font:10px georgia;
	color: #333333;
	}
	
#hr {
    border-top-style:dotted;
	color: #333333;
    }

#navigation a {
	font:16px georgia;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	text-decoration:none;
	text-align:center;
	line-height:49px;
	}
	
#navigation a:hover {
	color:#990000;
	background-image:url(Images/Navi-Background.png);
	background-repeat:no-repeat;
	display:block;
    text-align:center;
	line-height:49px;
	}
	
#navigation2 a {
	font:12px georgia;
	color: #333333;
	text-decoration:none;
	text-decoration:none;
	text-align:center;
	line-height:29px;
	}
	
#navigation2 a:hover {
	color:#990000;
	display:block;
    text-align:center;
	line-height:29px;
	}
	
#visited a {
	font:16px georgia;
	font-weight:bold;
	background-image: url(Images/Navi-Background.png);
	color: #666666;
	display:block;
	text-decoration:none;
	line-height:49px;
	}

#visited a:hover {
	font:16px georgia;
	font-weight:bold;
	background-image: url(Images/Navi-Background.png);
	color: #990000;
	display:block;
	text-decoration:none;
	line-height:49px;
	}

#visited2 a {
	font:12px georgia;
	color: #666666;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	text-decoration:none;
	text-align:center;
	line-height:29px;
	}

#visited2 a:hover {
	color: #990000;
	background-repeat:no-repeat;
	display:block;
    text-align:center;
	line-height:29px;
	}
	
