/*--Cascading Style Sheets for MidCenturyRadios.com--*/
/*------By Camil Moujaber. October-November 2002-----*/

/*--Body--*/
body
{background-attachment: fixed;
 background-color: black;
 color: #D8C0AA;
 font-family: verdana, sans-serif;
 font-size: 13px;}
 
 /*--List items--*/
li
{list-style-type: disc;
 list-style-position: inside;}

/*--Tables--*/
td
{color: #D8C0AA;
 font-family: verdana, sans-serif;}

/*--Links--*/
a:link, a:visited, a:active
{color: #ECAF82;
 text-decoration: none;}
a:hover
{color: #ECAF82;
 text-decoration: underline;}
 
/*--Rulers--*/
hr
{color:#ECAF82;} 

/*--Classes--*/
.front
{background-image: url(world.jpg);}
.items
{background-image: url(maze.jpg);}
.transistors
{background-image: url(music.jpg);}
.prjust
{text-align: justify;}
.smtxt
{font-size: 7pt;}
.lgtxt
{color: orange;
 font-size: 20pt;
 font-weight: bold;
 font-style: italic;}
.collitem
{color:beige;
 font-family: courier;
 font-size: 1.4em;
 border-left: 2px solid RGB(180,80,80);
 border-top: 2px solid RGB(180,80,80);
 border-right: 2px solid RGB(110,10,10);
 border-bottom: 2px solid RGB(110,10,10);
 background-color: RGB(140,40,40);
 margin-bottom: 8px;
 padding: 3px;}