/* My CSS File */


/* Define body background color & font */




/* Create a class of link named 'normal' */

li
{
  list-style-type:square;
 }
p.kern
{
  font-family: arial,helvetica;
  font-size: 48pt;
  font-weight: normal;
	letter-spacing: 1.5em; 
}

p.num
{
  font-family: arial,helvetica;
  font-size: 6pt;
  font-weight: bold 
}
p.name
{
  font-family: arial,helvetica;
  font-size: 6pt;
  font-weight: bold;
	text-decoration: underline; 
}
p.lname
{
  font-family: arial,helvetica;
  font-size: 26pt;
  font-weight: bold;
	letter-spacing: .9em;
	margin-left: 1em;
	text-decoration: underline; 
}
p.size
{
  font-family: arial,helvetica;
  font-size: 6pt; 
}
p.work
{
font-family: arial,helvetica;
  font-size: 8pt;
  font-style: italic;
	color:black; 
}
p.title
{
  font-family: arial,helvetica;
  font-size: 17pt;
  font-weight: bold;
  text-decoration: underline; 
}
p.quote
{
font-family: arial,helvetica;
  font-size: 15pt;
  font-style: italic;
	
	text-indent: 10pt;
	color: white; 
}
p.white
{
font-family: arial,helvetica;
  font-size: 15pt;
  margin: 10pt;
	text-indent: 10pt;
	text-align: left;
	color: white; 
}
p.others
{
font-family: arial,helvetica;
  font-size: 10pt;
  font-style: italic;
	margin: 10pt;
	text-indent: 10pt;
	color:black; 
}
p.tiny
{
font-family: arial,helvetica;
  font-size: 8pt;
  font-style: normal;
	margin: 10pt;
	text-indent: 10pt;
	text-align: right;
	color:black; 
}
p.text
{
font-family: arial,helvetica;
  font-size: 15pt;
  font-style: normal;
	margin: 10pt;
	text-indent: 10pt;
	color:black; 
}
p.textsmall
{
font-family: arial,helvetica;
  font-size: 10pt;
  font-style: normal;
	margin: 10pt;
	text-indent: 10pt;
	color:black; 
}
p.longbox
{float: right;
width: 20px;
height: 424px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: right;
text-indent: 10pt;
color: blue;
}
p.box1
{float: right;
border-right: 1px solid white;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 150px;
height: 424px;
background-color: #fbd7a1;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
text-indent: 10pt;
padding: 10pt;
color: black;
}

p.bigbox
{float: right;
border-right: 1px solid white;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
width: 150px;
height: 424px;
background-color: #fbd7a1;
padding: 4px;
font-family: arial,helvetica;
font-size: 12pt;
text-align: left;
text-indent: 10pt;
color: black;
}
}
p.box2
{float: left;
border-right: 2px dashed blue;
border-left: 2px dashed blue;
border-top: 2px dashed blue;
border-bottom: 2px dashed blue;
width: 300px;
height: 150px;
background-color: silver;
padding: 7px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
color: black;
}
p.box4
{float: left;
border-right:0;
border-left: 0;
border-top: 0;
border-bottom: 0;
width: 15px;
height: 250px;
background-color: #ddc488;
padding: 0px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: left;
color: black;
}
p.box3
{float: left;
border-right: 2px groove blue;
border-left: 2px dashed blue;
border-top: 2px dashed blue;
border-bottom: 2px dashed blue;
width: 300px;
height: 150px;
background-color: silver;
padding: 7px;
font-family: symbol;
font-size: 10pt;
text-align: left;
color: black;
}

