/*
Title = H20 CSS
Start Date = 9/26/06

VKN
*/
.back
{   
    font-family: "Courier New", Courier, monospace;
	color:#FFFFFF;
	font-size: 12px;
}
.index_text {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: 16px;
}
.dresses_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.dresses_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.skirts_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.skirts_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.mens_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.mens_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.tops_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.tops_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.shows_text {
    padding-left:9px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight:bold;
}
.contact_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.contact_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.about_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.about_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align:left;
}
.links_text_header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.links_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.links_text a{
    color:#00CCFF;
    font-weight:800;
	text-decoration:underline;
}
.links_text a:visited{
	color:#006699;
	font-weight:800;
	text-decoration:underline;
}
.about_links a:hover{
    color:#00FFFF;
	font-weight:800;
	text-decoration:none;
}