body {
-moz-box-sizing:contents-box;
box-sizing:border-box;
	margin: 0;
  padding: 1em;
  font-size: .85em; /* 12px [1] */
  line-height: 1.25em; /* 18px [2] */
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align : left;
  font-variant : normal;
  font-style : normal;
  font-weight : normal;
  text-align : left;
  font-variant : normal;
  font-style : normal;
  font-weight : normal;
}
div {
		-moz-box-sizing:border-box;
		box-sizing:border-box;
}

h1 {
  font-size: 1.5em; /* 18px */
  line-height: 1.25em; /* 24px  */
  margin: 1.07em 0; /* 16px 0 */
  font-family : Arial, Helvetica, sans-serif;
  border-bottom-color: Red;
  border-bottom-style: solid;
  border-bottom-width: thin;
 }
h2 {
  font-size: 1.33em; /* 16px */
  margin: 1em 0; /* 16px 0 */
  font-family : Arial, Helvetica, sans-serif;
  line-height : 1em;
}
h3 {
  font-size: 1.33em; /* 16px */
  margin: 1.33em 0; /* 16px 0 */
  font-family : Arial, Helvetica, sans-serif;
  line-height : 1.25em;
  }

h4 {
  font-size: 1em; /* 12px */
  line-height: 1em; /* 18px */
  margin: 1.56em 0; /* 14px 0 */
   font-family : Arial, Helvetica, sans-serif;
font-variant: small-caps;
}
 h5, h6 {
  font-size: 1em; /* 12px */
  line-height: 1em; /* 18px */
  margin: 1.56em 0; /* 14px 0 */
  font-family : Arial, Helvetica, sans-serif;
}
h5 {
 font-weight: bold;
}
h6 {
  font-style: italic;
}
h5.case { 
  font-family : "Times New Roman", Times, serif;
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
cronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {
}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ins {}
del {}

/* Section 10: Lists */
ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
  text-align : left;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
  text-align : left;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
  text-align : left;
	}
dl {}
dt {
	font-weight : bold;
	margin: 3em 0 .1em .5em;
}
dd{
	font-weight : normal;
	margin: 1em 0 .5em 2em;
}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {
  font-size: .9em; /* 12px [1] */

}
td 
{
  font-size: .9em; /* 12px [1] */

}

/* Section 12.2:  The A element */
a, a:link{
	color : #3366CC;
	text-decoration: none;		
}
a:visited {
	color : #993399;
	text-decoration: none;		
}
a:link:hover {
	text-decoration: underline;
	color : #993399;
}
 /* [4] */
a:visted:hover  {
	text-decoration: underline;		
}
a:active {}
a:focus {}
a:focus:hover {}

li a:visited{
	color : #3366CC;
	text-decoration: none;		
}

li a:hover{
	color : #3366CC;
	text-decoration: underline;		
}

 /* [4] */

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {
	font : .9em;
}
input {}
input:focus {
	background-color : #FFFFCC;
}
button {}
button:focus {}
select {}
select:focus 
{
}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {
	font-size: .9em;
	text-align: right;
}
fieldset {}
legend {}

/*
  [1] All calculations are based on the assumption that 1em is 12px.
  [2] If you specify a font-size, also consider to specify a line-height property.
  [3] If you don't specify something other than monospace, mozilla will calculate
      its own font-size based on the user preferences.
  [4] "... prevents hover styles from being applied to non-hyperlink anchors."
      <http://devedge.netscape.com/viewsource/2003/arbitrary-hover/>
*/
