/* myStyle.css */

body{
  background-image:url("images/stucco.jpg");
  background-color: #FFFFFF;
  color: Blue;
}

h1
{
  padding: 1px;
  margin: 1px;
  text-align: left;
  font-size: 300%; 
  color: #0000bf;
  font-weight: bold;
  font-style: italic;
  font-family: times, "trebuchet ms", helvetica, freesans, sans-serif;
}

h2
{
  padding: 1px;
  margin: 1px;
  text-align: center;
  font-size: 300%;
  color: #0000bf;
  font-weight: bold;
  font-style: normal;
  font-family: times, "trebuchet ms", helvetica, freesans, sans-serif;
}

h3
{
  text-align: center;
  font-size: 200%;
  color: #0000FF;
  font-weight:bold;
  font-style: normal;
  font-family: "trebuchet ms", Helvetica, FreeSans, sans-serif;
}

h4
{
  text-align: center;
  font-size: 200%;
  color: #333300;
  font-weight: bold;
  font-style: normal;
  font-family: helvetica, "trebuchet ms", sans-serif, arial;
}

h5
{
  text-align: center;
  font-size: 150%;
  color: blue;
  font-weight: bold;
  font-style: normal;
  font-family: helvetica, serif, arial;
}

h6
{
  text-align: center;
  font-size: 1.5em;
  color: yellow;
  background-color: blue;
  font-weight: bold;
  font-style: italic;
  font-family: arial, helvetica, sans-serif;
  text-decoration-line: underline;
  padding-top: 0;
  padding-bottom: 0;
}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: ;
  color: blue;
  font: arial, helvetica;
  font-size: 110%;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

a
{
  color: blue;
  font-weight: bold:
  background-color: white;
}

a:visited
{
  color: blue;
  font-weight: bold:
  background-color: white;
}

a:hover
{
  color: white;
  background-color: black;
  font-weight: bold;
}

.picklist-left {
	text-align: left;
	color: #0000ff;
	font-family: "Varela Round" , Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-left: 0
	margin-bottom: 10px;
}
.picklist-center {
	text-align: center;
	color: #0000ff;
	font-weight: bold;
        font-style: italic;
	font-family: 'Varela Round' , Helvetica, sans-serif;
        font-size: 1em;
        margin-left: 0
	margin-bottom: 10px;
}
.picklist-right {
	text-align: right;
	color: #0000ff;
	font-weight: bold;
        font-style: italic;
	font-family: 'Varela Round' , Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 10px;
}

.subhead
{
  text-align: center;
  color: yellow;
  font-family: Arial , Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight:bold;
  font-style: italic;
  text-decoration-line: underline;
  background-color: blue;
  margin-left: 0;
}
.randomthoughts{
	color: #000080;
	background-color: #ffff00;
	font-size: 1.25em;
	text-align: justified;
}

.caption1
{
  text-align: center;
  vertical-align: middle;
  color: blue;
  font-size: 110%;
  font: arial, helvetica;
}

.statz1
{
  text-align: right;
  vertical-align: top;
  color: blue;
  font-weight: bold;
  font-size: small;
  font-family: sans-serif;
}

.statz2
{
  text-align: left;
  vertical-align: top;
  color: green;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  font-size: small;
}

p
{
  background-color: none;
  color: #333300;
  text-align: left;
  border: none;
  padding-top: none;
  padding-bottom: none;

}
 
#head
{
  text-align: center;
  background-color: lightblue;
  border-bottom: 3px black solid;
}

#left
{
 text-align: justified;
 float:left;
 width:20%;
}

#right
{
 text-align: justified; 
 float: left;
 width: 75%;
}

#footer
{
 clear: both;
 text-align: center;
 } 
