@charset "UTF-8";
/* CSS Document */
strong {
font-weight: bold;
color: #000;
}

/* --- Basic Styles --- 
/* ----------------------------------- */
body {

font: 11px/20px "helvetica", Tahoma, Verdana, sans-serif;
margin: 0 auto;
padding: 0;
color: #545454;
}

/* --- Link Styles --- 
/* ----------------------------------- */
a:link, a:visited {
color: #1e9be4;
text-decoration: none;
}
a:hover {
color: #1e9be4 !important;
text-decoration: underline;
}
a:active {
color: #1e9be4;
text-decoration: none;
}



p {
font-size:12px;
padding:3px;
}