@charset "utf-8";
/* CSS Document */

a:link, a:visited {
color:#585858;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#cc3333;
text-decoration:underline;
}

.textleft {
padding:10px;
color:#585858;
}

.textright {
margin-top:43px;
padding:10px;
color:#cc3333;
}

.titleleft {
margin-top:5px;
padding:10px;
color:#cc3333;
}

