* {
    padding: 0;
    margin: 0;
} 

body {
        background-image: url(bg-1.jpg); background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a {
	color: #0286CE;
	text-decoration: none;
}

a:hover {
	color: #DD09CB;
	text-decoration: underline;
}
.rightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 15px; 
	font-size: 11px;
	color: #363D47;
}
.rightcolumn a:visited {
	color: #363D47;
	text-decoration: strong;
}

.rightcolumn a:link {
	color: #363D47;
	text-decoration: strong;
}
.rightcolumn a:hover {
	text-decoration: underline;
	color: #363D47;
}

