@charset "UTF-8";

.content-border {
border: 1px solid #fcc432;}

body {
background-color:#000000;}

body a{
color:#ffffff;
text-decoration:none;}

body a:hover {
color:#fcc432;
text-decoration:none;}
.dotted-border {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dotted;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
}

