﻿body 
{
	font-family:Verdana
}
a
{
	color:#808080;
	text-decoration:none;
}
a:hover
{
	color:#808080;
	text-decoration:underline;
}
#mens
{
	font-size:14px;
}
#womens
{
	font-size:14px;
}
#popup
{
 
 position: absolute;
 left: 0px; top: 0px;
 width: 100%; height: 100%;
 background-color: #666666; /* dark gray */
 opacity: .7; filter: alpha(opacity=70); /* opacity: partly transparent */
 z-index: 1;
}