
////////////////HEADER//////////////////
// DesignerSketchbook Style Guide 1.0
// (c) 2001 Michael L Hill Sr
// HTML/CSS
///////////////////////////////////////
.gold{
border-color:gold
}

a:hover{color:#B3B3FF}
a:active{color:#0000FF}
a:visited{color:#0000FF}
a {color:#0000FF}

.small_black {
font-size: 8pt;
font-family: arial;
font-weight: normal;
color: black
}
.title{
font-family:arial;
font-size:10pt;
font-weight:bold;
color:#B3B3FF
}
.desc{
font-family:arial;
font-size:8pt;
font-weight:normal;
text-decoration:none;
color:black
}
.merchant{
font-family:arial;
font-size:8pt;
font-weight:bold;
color:#B3B3FF
}
.url{
font-family:arial;
font-size:8pt;
font-weight:normal;
color:silver
}
.date{
font-family:arial;
font-size:8pt;
font-weight:normal;
color:silver
}
.translate{
font-family:arial;
font-size:8pt;
font-weight:normal;
color:#B3B3FF
}
.content_black {
font-size: 8pt;
font-family: arial;
font-weight: normal;
color: black
}

.small_blue {
font-size: 10pt;
font-family: arial;
font-weight: bold;
color: navy
}

.small_menu {
font-size: 10pt;
font-family: arial;
font-weight: normal;
color: 0000FF
}

.big_menu {
font-size: 12pt;
font-family: arial;
font-weight: normal;
color: navy
}

.small_white {
font-size: 9pt;
font-family: arial;
font-weight: normal;
color: white
}

p{
font-weight: normal;
font-family: "arial", "verdana";
font-size: 8pt;
}

div{
font-weight: normal;
font-family: "arial", "verdana";
font-size: 8pt;
}
		
help{
font-weight: normal;
text-decoration: underline; color:green;		
font-family : "arial", "verdana";
font-size : 8pt;
}

body{
background-image: url('http://www.mikesart.net/designersketchbook/images/ds-banner.gif'); 
background-color: rgb(255,255,255); 
background-attachment: scroll; 
background-repeat: no-repeat; 
margin-left: 10px; 
margin-top: 0px
}
