@charset "UTF-8";

body {

background-color: #cccccc;
/*
background-image: url("Pics/DSC_0025.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
*/
}

p {
font-family:"Times New Roman", Times, serif;
color:333333;
font-size:13px;
text-indent: 10px;
text-align: justify;
margin: 0px 15px 0px 15px;
}

h1 {
font-family: Helvetica, Arial,sans-serif;
font-size:18px;
color:#000000;
}

h3{
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#666666;
}

h4{
color:#666666;
font-family:"Times New Roman", Times, serif;
font-size:10px;
}

a:link	{color:#333333;
		text-decoration:none;}
a:visited{color:#333333;
		text-decoration:none;}
a:hover{color:#0000FF;
		text-decoration:none;}
a:active{color:#0000FF;
		text-decoration:none;}
