* {
        margin: 0;
        padding: 3px;
}

body {
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 13px;
        color:#000047;
/*        background-color: #4f5b5b; */
       background-color:#666633;
/*        background-image: url('../digital_camo.jpg'); */
}

td,th,tr {
        font-size: 13px;
        color:#000000;
}

th {
        border:1px solid #ffa20c;
}

p {
        font-size: 13px;
}

h1, h2, h3, h4 {
        font-size: 14px;
        font-weight:bold;
 background-image: url('../digital_camo.jpg');
}

input {
        background-color: #b6c4d3;
        color: #000000;
        border: none;
        font-size: 10px;
}

fieldset {
        border: none;
	margins: auto;
}

pre {
        background-color: #eeeeee;
        border: 1px solid #bbbbbb;
        padding: 2px;
}

.header {
        background-color:#455b76;
        font-size:15px;
        text-align:center;
        color:#ffffff;
        position: absolute;
}
header {
background-image:url('../digital_camo.jpg');

}
 

.smalltext {
        font-size: 8px;
        vertical-align: middle;
}

.copyright {
        background-color:#455b76;
        font-size:10px;
        text-align:center;
        color:#ffffff;
        clear: both;
}

.nowplaying {
        font-weight:bold;
        background-color: #fee3ad;
}


.code {
        color: #00c;
        background-color: #eee;
        border: 1px solid #bbb;
        padding: 1px;
        line-height:20px;
        width:auto;
}

ol
{
        margin: 0;
        padding-top: 0;
        padding-left: 40px;
}

ul
{
        margin: 0;
        padding-top: 0;
        padding-left: 20px;
        list-style: none;
}

li
{
        line-height: 17px;
        padding-left: 13px;
        padding-top: 0px;
        background-image: url(../images/list.png);
        background-repeat: no-repeat;
}

/*
hr {
        background       : #000000;
        height           : 1px;
        width            : 100%;
}
*/
hr {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #000000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

a:link {
        color: #ffffff;
        background-color: transparent;
        font-weight: bold;
        text-decoration: none;
}

a:visited {
        color: #ffffff;
        background-color: transparent;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        color: #f4ab00;
        background-color: transparent;
        font-weight: bold;
        text-decoration: none;
}

.button {
        font-style       : normal;
        font-size: 10px;
        color            : #000000;
        border           : 1px solid;
}

ul.boxy {
        list-style-type: none;
        padding: 4px 4px 0 4px;
        margin: 0px;
        width: 100%;
        font-size: 13px;
        font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}
ul.boxy li {
        cursor:move;
        margin-bottom: 4px;
        padding: 2px 2px;
        border: 1px solid #ccc;
        background-color: #eee;
}
