.Just {
	text-align : justify;
}

.List {
	font-size : smaller;
}
.Biggie{
	font-size : medium;
	font-weight : normal;
	text-align : justify;
}
 A:ACTIVE {
	color : Navy;
	border-width : thin thin thin thin;
	border-color : White White White White;
	border-style : solid solid solid solid;
}
   
  A:LINK {
	color : Navy;
	border-width : thin thin thin thin;
	border-color : White White White White;
	border-style : solid solid solid solid;
}
  
  A:VISITED {
	color : Navy;
	border-width : thin thin thin thin;
	border-color : White White White White;
	border-style : solid solid solid solid;
}

  A:HOVER {
	text-decoration : none;
	background-color :#ECE9D8 ;
	color :Maroon ;
	border-width : thin thin thin thin;
	border-color : Maroon Maroon Maroon Maroon;
	border-style : solid solid solid solid;
}  

   BODY {
	
}

BIG {
	color : #FFFFCC;
	font-size : large;
	font-weight : bolder;
}

Small {
	color : #FFFFCC;
	font-size : small;
	font-weight : normal;
}
   
    H1 {
	color : Black;
}
	
	 H2 {
	color : Black;
}
	 
	  H3 {
	color : Black;
}

STRONG {
	color : #ECE9D8;
	font-size : large;
	font-weight : bolder;
}
.Whitey{ 
color : #ffffcc;
 }

  
  A:HOVER.None {
	text-decoration : none;
	background-color : transparent;
	color : Maroon;
	border-width : thin thin thin thin;
	border-color : White White White White;
	border-style : solid solid solid solid;
}  

.TopBorder{
	border : thick solid #0099FF;
	border-style : solid solid none none;
}