@charset "UTF-8";
/* CSS Document */

body {
  background: #ffffff url(LinedPaper.jpg) repeat fixed top left;}
 

h1 
{text-align: center; 
font-weight:bold;
color: ff0000; 
font-size: 25px; 
	
font-family: Helvetica, Arial, Sanserif;
}

h2
{text-align: center; 
color:blue; 
font-size: 20px;
font-family: Helvetica, Arial, Sanserif; 
}
 
h3
{text-align: left; 
color: black; 
font-size: 18px;
font-weight:normal;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

h4
{text-align: center; 
color: black; 
font-weight:normal;
font-size: 12px;
font-weight:normal;
font-family: Helvetica, Arial, Sanserif; 
}	 

h5
{text-align: center; 
color: black; 
	font-weight:normal;
	font-size: 12px;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

a:link {
	color: blue;}

a:visited { 
	color: red;}

p {
  color: black;
  text-indent: 30px;
}

div {
  width: 98%;
  padding: 5px;
  border: 5px solid #0000ff;
  margin: 20; 
text-align: center;
}
