﻿@charset "utf-8";
/* CSS Document */
/* edumc的导航栏，建立表格后对表格应用.navi样式就ok */
.navi {
	background-color: #EAE7D6;
	color: #000000;
	font-size: 13px;
	height: 21px;
}
.navi a:link {
	color: #CC6600;
	text-decoration: none;
}
.navi a:visited {
	color: #CC0000;
	text-decoration: none;
	background-color: #EAE7D6;
}
.navi a:hover {
	color: #000000;
}
.shouye a {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}
.shouye a:hover {
	color: #666666;
	text-decoration: underline;
	cursor: text;
}
.shoucang a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.shoucang a:hover {
	font-size: 13px;
	color: #FF0033;
	text-decoration: underline;
}
