/*default skin */

body {
	background-color: #0000FF;
}

}

caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:hover{
             font-weight:bold; 
             text-decoration:underline; 
             background-color:#8080FF;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
