
@import url(http://fonts.googleapis.com/css?family=Sanchez);

body { 
font-family: 'Sanchez', sans-serif;
font-size: 11pt; 
color: black;
background:#0031FA url("bg.jpg") 0 0 repeat-x;
}

a { font-family: 'Sanchez', sans-serif; color: #3b6cc3; }

a:hover {text-decoration:underline}

h1 {font-family: 'Sanchez', cursive; font-size: 24pt; color: darkblue; }
h2 {font-family: 'Sanchez', sans-serif;font-size: 16pt; color: darkblue; }
h3 { font-family: Lucida Grande, Georgia, serif; font-size: 12pt; color: darkblue  }
h4 { font-family: Lucida Grande, Georgia, serif; font-size: 10pt; color: #5b1818  }
h5 { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: darkblue  }
h6 { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: black; } 

hr{ color:brown; background-color:tan; width:90%; height:2px; } 

table { font-family: 'Sanchez', sans-serif; font-size: 11pt; color: black; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.note { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: purple; font-weight: normal;}

.quote { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: purple; font-weight: bold;}

.alert {font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: red; font-weight: bold;}

.textbox { 
 background-color:#FFFFCC; 
}