﻿
/* This style sheet has all styles for the article body */ 

.articlebody{ 	font-size: 12px;	font-family: Verdana;	font-weight:normal;	padding: 10px 10px 10px 10px;	line-height: 18px;	background-color: rgb(255, 255, 255);}.articlebody hr{	background-color: Red;	color: rgb(120,136,136);	height: 2px;	border: solid 1px rgb(25,25,25);}/* h4 is used for sidebars*/.articlebody h4{	padding: 5px 10px 5px 10px;	margin: 5px 10px 5px 0px;	background-color: rgb(207,225,225);	border: solid 1px rgb(55,71,71);	font-size: 12px;	font-weight: normal;	font-style:italic;	color: Black;	float:left;	width: 200px;}/* h5 is used for sidebars*/.articlebody h5{	padding: 5px 10px 5px 10px;	margin: 5px 0px 5px 10px;	background-color: rgb(207,225,225);	border: solid 1px rgb(55,71,71);	font-weight: normal;	font-size: 12px;	font-style:italic;	color: Black;	float:right;	width: 200px;}/* h6 is used for sidebars*/.articlebody h6{	padding: 5px 10px 5px 10px;	background-color: rgb(207,225,225);	border: solid 1px rgb(55,71,71);	font-size: 12px;	font-weight: normal;	color: Black;}.articlebody .question{	display: block;	padding: 0px 0px 0px 0px;	font-weight: bold;}.articlebody .answer{	display: block;	padding: 0px 10px 0px 10px;	font-weight: normal;}