﻿/* CSS styles for use in Blitz Framework demo... */
body { background-color: #000000;margin-top:0em; margin-left:0em; margin-right:0em; margin-right:0em; background-repeat: repeat-x}
.bodyText {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.sampleStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}

.sampleStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.sampleStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}

a:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

