/*
CSS Document

for: 	stubinski.com/OTR
by: 	jlc designs - Jeff Culbert
date:	10-2-23

<meta name="description" content="Hobby">
<meta name="Author" content="jlc designs; http://www.stubinski.com/">
	
	CURRENT DATE
<script type="text/javascript">
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
</script>

	Favorite ICON code
<link rel="SHORTCUT ICON" href="http://www.stubinski.com/favicon.ico">

*/

body {
    background-color: #000000;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    padding-left: 10px;
    text-align: left;
    width: 100%;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #0000FF;
}
a:hover {
    color: #FF0000;
}

/* HEADER **************************************/
#A_hdr {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

/* TOP NAV *********************************/
#B_top_nav {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 120%;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
}

#B_top_nav a:link {
	color: #FFFFFF;
}

#B_top_nav a:visited {
	color: #FFFFFF;
}
#B_top_nav a:hover {
	color: #FFFFFF;
}

/* TITLE *******************************/
#C_Title {
	background-color: #000000;
	color: #CCCCCC;
	font-weight: 100;
	font-size: 24pt;
	width: 100%;
}			

/* STATS ********************************/
#D_stats {
    color: #CCCCCC;
    font-size: 90%;
    text-align: left;
    width: 100%;
}

#DA_stats_Tabel {
    color: #CCCCCC;
    font-size: 90%;
    text-align: left;
    width: 800px;
}

#E_genre {
	color: #CCCCCC;
	width: 100%;
}

/* LISTINGS *******************************/
#F_listins {
    color: #CCCCCC;
    font-size: 95%;
    text-align: left;
    width: 100%;
}

#F_listins a:link {
	color: #FFFFFF;
}

#F_listins a:visited {
	color: #0000FF;
}
#F_listins a:hover {
	color: #FF0000;
}


#G_TopOfPage {
    align-content: center;
    width: 100%;
    text-align: center;
}

#H_footer {
    align: center;
    color: #CCCCCC;
    width: 100%;
    text-align: center;
}
