/* My CSS File */


/* Define body background color & font ffe1ff*/

body
{
  font-family: times new roman,arial;
  font-size: 12pt;
  color:#000000;
	background-image: "natfl335.jpg";
  background-color: #75A2CF;
}

/* Create a class of link named 'img' */

.img 
{
padding:1px;
background:#ADD6FF;
border:0px;
}



/* link, active FF38FF 
Visited 
hover 00BFFF

 Create a class of link named 'pictureselection' */

a.pictureselection
{
float: left;
width: 100 px;
height: 100 px;
border: 0 px solid black;
padding: 2 px;
}


a.pictureselection:link
{
color: black;
background-color: #ADD6FF;
}

a.pictureselection:visited
{
color: black;
background-color: #ADD6FF;
}

a.pictureselection:hover 
{
color: white;
background-color: #ADD6FF;
}

a.pictureselection:active 
{
color: black;
background-color: #ADD6FF;
}



/* 
link FF97FF
visited CC66FF
hover FF3AFF
active FF3AFF
Create a class of link named 'navbar' */

a.navbar
{
	float: left;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 4px solid white;
	border-bottom: 1px solid white;
	
	width: 150px;
	padding: 6px;
	font-family: papyrus,lucida handwriting,times new roman,arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.navbar:link
{
	color: black;
	background-color: #B6C8FF;
}

a.navbar:visited
{
	color: black;
	background-color: #B6C8FF;
}

a.navbar:hover 
{
	color: white;
	background-color: #B2D1FO;
}

a.navbar:active 
{
	color: black;
	background-color: #B6C8FF;
}


/* Create a class of link named 'click' */

a.click
{
	float: left;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 4px solid white;
	border-bottom: 1px solid white;
	
	width: 150px;
	padding: 6px;
	font-family: times new roman,arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.click:link
{
	color: black;
	background-color: #ADD6FF;
}

a.click:visited
{
	color: black;
	background-color: #ADD6FF;
}

a.click:hover 
{
	color: white;
	background-color: #ADD6FF;
}

a.click:active 
{
	color: black;
	background-color: #ADD6FF;
}






/* Create a class of paragraphs named 'black' */

p.black
{
	color: black;
	font-family: times new roman,arial
	font-style: normal;
	text-align: left;
	margin-left: 1in;
	margin-right: 1in;
}

/* Create a class of headings named '1' */
h1.one
{
	color: black;
	font-family: papyrus,lucida 	handwriting,times new roman,arial;
	font-style: normal;
	text-align: center;
}

/* Create a class of headings named '2' */

h2.two
{
	color: black;
	font-family: times new roman,arial;
	font-style: normal;
	text-align: left;
}

/* FFFFE0
Create a class of tr named 'pink' */

tr.pink
{
	
	color: black;
	background-color: #B6C8FF;
	font-family: times new roman,arial;
	font-style: normal;
	text-align: center;

}


/* FFFFE0
Create a class of tr named 'index' */

tr.index
{
	
	color: black;
	background-color: #B6C8FF;
	font-family: papyrus,lucida 			handwriting,times new roman,arial;
	text-decoration: none;
	font-style: normal;
	text-align: center;

}


/* Create a class of paragraphs named 'index' (I deleted: margin-left: 0.5in;
	margin-right: 0.5in;*/

p.index
{
	color: black;
	font-family: papyrus,lucida 		handwriting,times new roman,arial
	font-style: normal;
	font-size: 18pt;
	text-decoration: none;
	text-align: center;
	
}




