html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.5;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	text-indent: 60pt;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: normal;
}

ul {
	font-size: 12px;
	list-style-type: square;
	line-height: 1.75;
}

.tdtagtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	text-align: left;
}

.clear {
	clear: both;	
}
.course {
	background-color: #CCC;	
	width: 100%;
	padding: 5px;
	height: 20px;
	margin: 5px 0px;
	font-size: 14px;
   }

.left-element {
   float: left;
   width: 60%;   
   }

.right-element {
   float: right;
   width: 38%;
   text-align: right; /* depends on element width */
} 