body {background-color: #0033FF}
table 
{
border:8px ridge #9999CC;
}
table.block2 
{
  	border:1px solid #9999CC;
    font-size:12px;
}
.t
{
    padding: 2px; 
    border: 1px solid #9999CC; 
}


h1 
{
    text-align: center; 
    color:#cc0000; 
    font-size:20px;
}
h2 
{
	text-align: center; 
	color:#009900; 
	font-size:18px;
	}
h3 
{
	text-align: center; 
	color:#000099; 
	font-size:16px;
	}
p 
{
	text-align: justify; 
    text-indent:15px; 
}

    
p.p 
{
	text-align: center; 
	color:#009900; 
	font-size:14px; 
	margin-top: 1px;
}
p.takru 
{
	width:195px; 
	border:3px dotted #228B22;
	border-style:dotted; 
	margin:0px; 
	padding:1px; 
	text-align:center; 
	font-size:14px;
	} 
.new 
{
	font-weight: bold;
	}
.new1
{
	font-style:italic;
	}
.new2
{
	text-align: center; 
	color:#009900; 
	font-size:14px; 
	font-weight: bold; 
	margin-top: 1px;
	}
a:link 
{ 
color: #3366CC; 
text-decoration: underline;
}
a:visited 
{ 
color: #3366CC; 
text-decoration: underline;
}
a:hover {color: #00CC99; 
text-decoration: underline;
}
a:active 
{color: #00CC99; 
text-decoration: underline;
}
a:focus {outline: none;}

ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li a, #menu li a:visited
{
width: 195px;
display: block;
background-color: #6699FF;
border-style: solid;
border-color: #999999;
border-width: 1px;
margin: 1px;
padding: 3px;
height: 21px;
color: #0033FF;
text-decoration: none;
font-size: 14px;
}	
	
#menu li a:hover {
color: #cc0000;
}