body {
	font-size: 14px;
	background-color: #FFCC99;
	text-align: justify;
	word-spacing: normal;
}

body {
	margin-left: 35px;
}

.style1 {
	color: #FF0000;
}

.style2 {
	color: #0000FF;
}
.style3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #AA0000;
}


.style4 {
	font-size: 14px;
	text-align: center;
}


.style33 {font-size: 18px}
.style8 {color: #0000FF}
.style9 {font-size: 13px}
.style10 {font-size: 48px}
.style13 {
	font-size: 12px;
	font-style: italic;
}
.style30 {
	font-size: 29px;
	color: green;
}

.style12 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style28 {color: #FF0000}
.style29 {font-family: Arial, Helvetica, sans-serif}


.footer {
	font-family: Garamond;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: blink;
	color: #D400FF;
	font-weight: 700;
}
a:active {
	text-decoration: none;
}



A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
