/* Embassy Singers Stylesheet * Make any changes to the appearance of the site here * coded by scrich nov 2002 rich@scrich.co.uk * feel free to borrow whatever you like for another site * changed layout to accomodate errors in netscape 4 19.2.03 * tidied up and modified coding of anchors 13.4.04 * changed colour of visited link 20.4.04 */body{	font-family: verdana, helvetica, sans-serif;	font-size: 10pt;	padding: 0px;	color: black;	background-color: white;}h1{	font-family: garamond, "times new roman", serif;	color: #C00;	text-align: center;	font-style: italic;	font-size: 3em;}h2{	font-size: 10pt;	color: black;	font-weight: bold;}p { text-align: justify; }img{	border: 0px;	margin: 0px;	padding: 2px;}td{	font-size: 10pt;	padding: 5px;}td.content { padding-top: 10px; }/* controls for anchors (links & reference points) follow */a:link, a:visited{	text-decoration: none;	font-family: verdana, helvetica, sans-serif;	font-weight: bold;}a:link { color: #C00; }a:visited { color: #C60; }a:hover{	font-style: normal;	font-weight: bold;	text-decoration: underline;}a[id] { text-decoration: none; }/* This prevents underlining of anchors that are used as document reference points and not as links*//* now formatting for classes *//* Classes allow you to modify formatting of block styles such as div,h1,h2,p */.ahem { display: none; }/* This class allows invisible messages for out-dated browsers. 	/* But beware: search engines will find the text */.details{	font-style: italic;	text-align: center;}.disclaimer{	color: black;	font-size: 8pt;	text-align: center;}.footer{	text-align: center;	color: gray;	font-size: 8pt;}.footer>a { color: gray; }/* This makes links in the footer stay gray instead of red */.latest{	color: #006;	font-weight: normal;	text-align: left;}.latest>p {text-align:left;}.latest>p>a{	font-weight: normal;}.membersmenu{	text-align: center;	font-size: 8pt;}/* Justification controls */.right { text-align: right; }.right { text-align: right; }.left { text-align: left; }.center { text-align: center; }.caption { font-size: 8pt; }.ladiesdress{	float: left;	background-color: gray;	margin: 10px;}div.dresswrap {width: 100%;float:none;}.caption { text-align: center; }input#confirm{	float: right;}.warning { background-color: #FC0; }