/*My CSS File*/

a
{
font-family:'Times New Roman','MS Mincho','MS Gothic',Times,Serif;
font-weight:normal;
font-style:normal;
text-align:center;
text-decoration:underline;
}

a:link
{
color:maroon;
text-decoration:underline;
}

a:visited
{
color:maroon;
text-decoration:underline;
}

a:hover
{
font-weight:bold;
color:navy;
text-decoration:none;
}

a:active
{
color:red;
text-decoration:underline;
}

#header
{
width:100%;
height:45px;
text-align:center;
background-image:url("images/palepink2.jpg");
background-repeat:repeat;
border-bottom: medium solid #808080;
margin:0;
padding:5px;
}

#footer
{
width:100%;
background-image:url("images/palepink2.jpg");
background-repeat:repeat;
border-top: medium solid #808080;
text-align:center;
margin:0;
padding:10px;
clear:both;
}

hr
{
color:#808080;
width:80%;
text-align:center;
height:5px;
}

h1
{
font-family:'Times New Roman','MS Mincho','MS Gothic',Times,Serif;
font-size:28pt;
font-style:normal;
font-weight:bold;
color:#800000;
text-align:center;
text-decoration:none;
}

h1.jp
{
font-family:'MS Mincho','MS Gothic','Times New Roman',Times,Serif;
}

h2
{
color:maroon;
font-size:24pt;
font-family:'MS Mincho','MS Gothic','Times New Roman',Times,Serif;
font-weight:bold;
font-style:normal;
text-align:center;
}
	
h3
{
color:maroon;
font-size:18pt;
font-family:'MS Mincho','MS Gothic','Times New Roman',Times,Serif;
font-weight:bold;
font-style:normal;
text-align:center;
}

body
{
font-family:'Times New Roman','MS Mincho','MS Gothic',Times,Serif;
background-image:url("images/palepink2.jpg");
background-color:"#fcdbe4";
color:#800000;
margin:0;
padding:0;

}

body.photo
{
font-family:'MS Mincho','MS Gothic','Times New Roman',Times,Serif;
background-image:url("graphics/spiralbinder.gif");
background-repeat:repeat;
background-color:"#f0f8ff";
color:#800000;
margin:0;
padding:0;
}

div.center
{
width:100%;
text-align:center;
}

td
{
text-align:center;
}
