* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 150%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
img{border:0px;}
p{
	color: #333333;
}
li{
	color: #333333;
}
a {
    color:0000ff;
    text-decoration:underline;
}
a:link {
    color:0000ff;
    text-decoration:underline;
}
a:visited {
    color:#934C7B;
    text-decoration:underline;
}
a:hover {
    color:#ff0000;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
