@charset "utf-8";
/* CSS Document */

body {
	color: #000000; 
	background-color: #ffffcc; 
	font-family: Bookman Old Style; 
	font-size: 22px; 
	text-align: justify; 
	}
	
div {	
	color: #000000; 
	background-color: #ffffcc; 
	font-family: Bookman Old Style; 
	font-size: 28px; 
	text-align: justify;  
	text-indent: 60px;
	}
	
img {
	border: 1px;
	border-color:#F00;
	border-bottom: outset;
	border-radius: 10px 10px;
	width: 30px;
  	height: 30px;
	}

p	{
	text-align: center;
	}

img:hover {
	border: 3px;
	border-color: #3F0;
	border-bottom:inset;
	width: 50px;
  	height: 50px;
	}

a 	{
	font-style: oblique;
	font-weight: bold;
	}

a:link {
	color: #660000;
	}
	
a:active {
	color: red;
    position: relative;
    top: 2px;    
	}
	
a:visited {
	color: #660000;
	}

a:hover {
	color: #6F0;
	}

