@charset "UTF-8";
/* CSS Document */



#logo_link       { display:block;
             background-image:url(../images_footer/wong_icon.jpg);
             width:16px; height:22px }

#wong_link       { display:block;
             background-image:url(../images_footer/wong_icon.jpg);
             width:16px; height:22px }
			 
#del_link       { display:block;
             background-image:url(../images_footer/delicious_icon.jpg);
             width:16px; height:22px }
			 
#arena_link       { display:block;
             background-image:url(../images_footer/linkarena_icon.jpg);
             width:16px; height:22px }


.link {
     font-family: Arial;
     font-size: 12px;
     text-decoration: none;
     color: #0a59a4;
	
     }

.link:visited {
     color: #0a59a4;
     }

.link:hover {
     color: #0a59a4;
	 text-decoration: underline;
     }

.link:active {
     color: #0a59a4;
	 text-decoration: underline;
     }



.link2 {
     font-family: Arial;
     font-size: 14px;
     text-decoration: none;
	 font-weight: bold;
     color:#333333;
	
     }

.link2:visited {
     color:#333333;
     }

.link2:hover {
     color:#333333;
	 text-decoration: underline;
     }

.link2:active {
     color:#333333;
	 text-decoration: underline;
     }

		
h1,h3,h4 { margin: 10px 0 }

h1 {
font-size:14px;
font-family:Arial;
color:#0a59a4;

}


h2 {
font-size:12px;
color:#0a59a4;
margin:0px;

}

h3 {
font-size:12px;
text-decoration:underline;
color:#0a59a4;

}


h4 {
font-size:12px;
font-family:Arial;
color:#0a59a4;
margin:0px;
color:#333333;

}

p { margin: 0.2em 0;
color:#333333;
font-family:Arial;
}
a { color:#0a59a4; }

.copyright {
     font-family: Arial;
     font-size: 10px;
     color: #333333;
	
     }	
