@charset "utf-8";
/* CSS Document */
/* 2010 IrinaPhotography                         */
/* Pink background with white table for content  */
/* file name: 2010style1.css                     */


body,td,th {
	font-family: Lucida Sans, Verdana, sans-serif, Arial;
	font-size: small;
	color: #000000;
}
body {
	background-color: #cc0066;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #ff99cc;
	text-decoration: none;
}
a:visited {
	color: #cc0066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF99cc;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: medium;
	font-weight: bold;
}
.style2 {
	font-size: x-small
}
.style3 {color: #666666}
.style4 {color: #CC0066}
.style6 {color: #000000}
.style8 {color: #0000FF}
.style9 {color: #CCCCCC}
.style10 {color: #333333}
