/* Instructions.css */

img {
   border-style: double;
   border-color: darkblue;
   float: right;
   margin-left: 10px;
}

td {
   font-size: 10pt;
   padding-right: 10px;
   text-align: center;
}

td.left {
	text-align: left;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	font-style: italic;
}

th {
	border-style :double;
	border-color: darkblue;
	padding: 5px;
	text-align: left;
}

p {
   text-align: justify;
}

p.ired 
{
	font-style: italic;
	color: black;
}
 
span {
   font-weight: bold;
   font-size: 16pt;
   color: black;
}

ol {
   list-style-type: upper-alpha;
   text-align: left;
}

ol ol {
   list-style-type: decimal;
   text-align: left;
}

h1 {
   font-weight: bold;
   font-size: 24pt;
   color: black;
}	
  
h2 {
	text-decoration: underline;
	color: maroon;
}

h5 {
   text-align: center;
   color: black;
   font-size: 24pt;
   font-weight: normal;
   font-style: italic;
}

h6 {
   text-align: center;
   color: black;
   font-size: 36pt;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
}

br {
   clear: both;
}

caption {
	font-weight: bolder;
	font-size: 18pt;
}