body {
  background-color: rgb(255,244,250);
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  margin-bottom: 0.1em;
  margin-top: 0.11em;
}
/*     ******LINKS******   */
a.major {
  background : transparent;
  color: rgb(98,0,111);
  font-size: larger;
  font-weight: bold;
}
a:link {
	background : transparent;
  color: rgb(98,0,111);
  font-weight: 600;
}
a:visited {
	background : transparent;
  color: #333333;
  font-weight: 600;
}
a:active {
	background : ;
  color: #880000;
  font-weight: 600;
}
a:link:hover, a:visited:hover {
   background: transparent;
   color: rgb(213,0,106);
   font-weight: 600;
   text-decoration: underline;
}
.nav {
	text-align: center;
  line-height : 1.75em;
}
.nav :link {
	background : rgb(203, 138, 255);
  color: #000000;
}
.nav :visited {
background : rgb(203, 138, 255);
  color: #333333;
}
.nav :active {
  background : #FF0000;
  color: #000000;
}
.nav :link:hover, .nav :visited:hover {
	background : #FF0099;
  color: #000000;
}
/*   ******HEADINGS!!******   */
h1  {
  color: rgb(95,0,108);
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: xx-large;
  font-family: Georgia, serif;
  line-height : 150%;
}
h2 {
  background: transparent; 
  text-align: center;
  color: rgb(139,0,159);
  font : bold x-large Georgia, serif;
}
h3 {
  background: transparent;
  color: #9933CC;
  text-align: left;
  font: bold large Georgia, serif;
}
h4 {
  color: #660066;
  font-size: medium;
  font-weight: bold;
  background : transparent;
  font-family: Georgia, serif;
  text-align: left;
  margin-left: .75em;
  /* 
  border: thin solid #9966FF;
  padding: .1em .5em;
  */
} 

/*   *****OTHER TAG SPECIFICATION*****    */
p { 
  line-height : 135%;
} 
/* strong {
  color : rgb(255,197,21);
  font-weight: bold;
   background: rgb(166,120,186); 
}*/
em {
  /* color: #FF33CC;
  background : transparent; */
  font-weight: bold;
  font-style: italic;
}
ul {
	list-style: url(../pics/Gold-Arrow_sm.gif);
}
li {
	padding-bottom: .2em;
}
hr {
	color: Maroon;
	width: 400px;
	height: 3px;
}
th {
  color: #FF99CC;
  background: #000000;
  font-size: 125%;
  font-family: Georgia, serif;
  text-align: center;
}
/*   ******CLASSES******    */
/* .inset {
  background: #FFCCFF;
   border: medium solid #FF0033; 
}*/
.main {
   background: white;
   margin: 1.5em;
   padding: 1em;
   border-top: 1px solid rgb(98,0,111);
   border-bottom: 1px solid rgb(98,0,111);
   border-left: 1px solid rgb(98,0,111);
   border-right: 1px solid rgb(98,0,111);
}
/* Class To Mimic a DD Tag */
.resumeTxt {
	margin-left: 1.5em;
}
.force {
	font-weight: bold;
  color: #0000FF;
}
.poetry {
  background: #660099;
  font-weight: bold;
  text-align: center;
  margin-left: 4em;
  margin-right: 4em;
}
.big {
  font : bold 125%;	
}
/* p, blockquote, h3, h4, h5 {
	background: #660099;
} */
