body{
	background-color: #F6F6F6;
	color: #333333;
}
.contentdefault {
	height: auto;
	font-size: 80%;
	font-family: arial, sans-serif;
	border: 1px solid;
	border-color: #8dafd8;
	background-color: white;
	padding: 3px 4px 3px 7px;
	background-color: #ffffff;
	text-align: left;
}
h1 , h2 , h3 , h4  {
margin-bottom : 3px; 
margin-top : 3px; 
} 
h5 , h6 {
margin-bottom : 2px; 
margin-top : 2px; 
} 
h1 {
font-size : 172%; 
} 
h2 {
font-size : 129%; 
} 
h3 {
font-size : 120%; 
} 
h4 {
font-size : 106%; 
} 
h5 , h6 {
font-size : 90%; 
} 
p {
line-height : 115%; 
margin-top : 5px; 
margin-bottom : 5px; 
font-size : 100%; 
}  
.floatR{
	float: right;
	width: 165px;
	background-color: #FFFAFA;
	font-family: "Courier New", Courier, monospace;
	padding: 3px;
	font-size: 80%;
}
.linkWhite{
	color: White;
}
.google{
	width: 165px;
	padding: 3px;
	font-size: 80%;
	border: 1px dotted Blue;
}