@charset "utf-8";
/* CSS Document */

A:link {
	color: #FF3366;
	text-decoration: none;
	background-color: #CCFF00
}
A:active {
	color: #CCFF00;
	text-decoration: none;
	background-color:#FF3366
}

A:visited {
	color: #FF3366;
	text-decoration: none;
	background-color: #CCFF00
}

A:hover {
	color: #CCFF00;
	text-decoration: none;
	background-color:#FF3366
}

h1 { color: #FFFFFF; font-weight: bold; font-size:small;}
h2 { color: #000000; font-weight: bold; font-size:small;}

BODY {
   background : #A56023;
   color: #FFFFFF;
   margin : 0;
   padding : 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: smaller;
   text-align: left;
   }

img {
 border: 0;
 display: block;
}

.phat {font-size: x-large; font-weight: bold; align: left; }
.blogtitle {font-size: large; font-weight: bold; align: centre; }

B, strong {
   font-weight : bold;
	}

#navi{
	font: Arial, Helvetica, sans-serif; font-size: smaller; 
	width: 155px;
	height: 498px;
	position: absolute;
	top: 60px;
	left: 15px;
	padding: 0px;
	text-align: justify;
	background-color: #000000;
	border-width: 1px;
  	border-style: solid;
  	border-color: black;
	overflow:auto;
}

#navi A:link {
	color: #FFF;
	text-decoration: none;
	background-color: #000
}
#navi A:active {
	color: #FFF;
	text-decoration: none;
	background-color:#000
}

#navi A:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000
}

#navi A:hover {
	color: #000;
	text-decoration: none;
	background-color:#FFF
}


#main{
	font: Arial, Helvetica, sans-serif; font-size: smaller; 
	width: 300px;
	height: 498px;
	position: absolute;
	top: 60px;
	left: 177px;
	padding-left: 5px; 
	padding-right: 5px; 
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
  	border-style: dotted;
  	border-color: black;
	overflow:auto;
}

#right{
	font: Arial, Helvetica, sans-serif; font-size: smaller;
	width: 500px;
	height: 498px;
	position: absolute;
	top: 60px;
	left: 494px;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
  	border-style: dotted;
  	border-color: black;
	overflow:auto;
} 

