﻿/* FontStyle.css */

.line, .phraseHeading, .paragraph, .statement
{
	font-style: normal;
	font-weight: normal;
}
.key, .review,.paragraphQuote
{
	font-style: italic;
	font-weight: normal;
}

.reviewer, .paragraphHeading, .statementHeading  
{
	font-style: normal;
	font-weight: bold;
}
input.button 
{
  font-weight:normal;
}

.key, .review, .paragraphQuote
{
	font-style: italic;
	font-weight: normal;
}


dt
{
	font-style: normal;
	font-weight: bold;	
}
dd
{
	font-style: normal;
	font-weight: normal;	
}
