﻿	a {
	 text-decoration: none;
	 color: #0000FF;	}
 	h2 {background: #cccccc;
 	}
 	h3 {background: #cccccc;
 	}
	.colorLink {
	 	color: #067EE4;
	 	cursor:pointer;	
	}
	.goBack {
	 	color: #067EE4;
	 	cursor:pointer;	
	 	float: left;
	 	margin-top: 6px;
	}
	.head {
		background: #cccc66; 
		font-size:20px; 
		position: fixed; 
		left: 0px; 
		top: 0px; 
		width:100%; 
		height:40px;
	}
	.homeMenu{
		float:right;
		background:#DDDD99;
		border:solid 2px #990000;
		width:200px;
	}
	.menuList{
		font-size:20px;
		font-weight:bold;
		background:#cccc99;
		margin:5px;
		padding-left:5px;
	}
	.menuList2{
		font-size:18px;
		margin:5px;
		padding-left:15px;
	}
	.menuIcon{
	float: right;
	width:40px;
	}
	.goIcon{
	float: right;
	}
