html,body { 
margin:0; 
padding:0; 
height:100%; 
} 

#fullheight{
	height:100%;
	margin:0 auto;
}

.wht {  color: #FFFFFF}
.whtsml {
	color: #999999;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
}

A:link {
 font-size: 11px;
 font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
}

A:Visited {
 font-size: 11px;
		color : #ffffff; 
		 text-decoration: none;
}

div.container {
	height:100%;
	}

A:Active  {
 font-size: 11px;
 text-decoration: none;
}

A:Hover  {
 font-size: 11px;
	color :#ffcc00;
	text-decoration: none;
}
h1 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size : 13px;
}
.tailor {
	font-size: 16px;
}

.tailor a:link, .tailor a:visited {
	font-size : 16px
}

h1.in {
	display:inline;
	color: #999999;
	font-size : 16px;
	font-style: normal;
	font-weight: normal;
}