body {
	margin: 0px;
	background-color: #fff;
	background: #ffffff url("../img/background.gif") top center repeat-y;
	text-align:left;
	color:#333;
	}

a {
	text-decoration: underline;
	}

a:link, active {
	color: #2393be;
	}

a:visited {
	color: #2393be;
	}
	
a:hover {
	text-decoration: none;
	}

td {
	font-size:12px;
	line-height:200%;
	}
	
.txt {
	font-size:12px;
	line-height:200%;
	}
	
.stxt {
	font-size:10px;
	line-height:150%;
	}

.purple {
	color:#823393;
	}

.pink {
	color:#de1687;	
	}