﻿<style type="text/css">

h1 {color: red}
p {color: blue}

/* 鼠标经过图片,图片变亮*/
#a_mouse_bright:hover{filter:alpha(Opacity=80);}


a.nochangelink_black:link {text-decoration:none;color:black;font-size:22px;}
a.nochangelink_black:visited {text-decoration:none;color:black;font-size:22px;}
a.nochangelink_white:link {text-decoration:none;color:white;font-size:22px;}
a.nochangelink_white:visited {text-decoration:none;color:white;font-size:22px;}
#a_word_white {color:white;font-size:22px;}

/*   项部功能键区  10个格子     */
/* --1.LOGO--2.空格--3.普五--4.普五--5.普五--6.普五--7.普五--8.空格--9.登注--10.关于-- */
/*   10%	10%	10%	10%	10%	10%	10%	10%	10%	10%  */
#web_head {background-color:#C0C0C0;width:100%;min-width:400px;front-size:40px;}
#web_head_01 {width:10%;font-weight:900;font-size:large;}
#web_head_02 {width:10%;}
#web_head_03 {width:10%;}
#web_head_04 {width:10%;}
#web_head_05 {width:10%;}
#web_head_06 {width:10%;}
#web_head_07 {width:10%;}
#web_head_08 {width:10%;}
#web_head_09 {width:10%;}
#web_head_10 {width:10%;}

/*   上部公告区  400*200固定单块 */
#web_up {background-color:#A9A9A9;width:100%;min-width:400px;height:200px;}


/*   中部快选区 4*2 方块结构 */
#web_center {background-color:#B8860B;width:100%;min-width:400px;font-weight:700;}
#web_center_01 {width:25%;}
#web_center_02 {width:25%;}
#web_center_03 {width:25%;}
#web_center_04 {width:25%;}
#web_center_05 {width:25%;}
#web_center_06 {width:25%;}
#web_center_07 {width:25%;}
#web_center_08 {width:25%;}
#web_center_09 {width:25%;}
#web_center_10 {width:25%;}
#web_center_11 {width:25%;}
#web_center_12 {width:25%;}
#web_center_13 {width:25%;}
#web_center_14 {width:25%;}
#web_center_15 {width:25%;}
#web_center_16 {width:25%;}
#web_center_17 {width:25%;}
#web_center_18 {width:25%;}
#web_center_19 {width:25%;}
#web_center_20 {width:25%;}
#web_center_21 {width:25%;}
#web_center_22 {width:25%;}
#web_center_23 {width:25%;}
#web_center_24 {width:25%;}

/*   下部散选区 10*n 区,每行10个,N行   每块单设ID选取器.名称为web_down_x_y数组,例2排3个取为 web_down_1_2  */  
#web_down {background-color:#808000;width:100%;min-width:400px;}
#web_down_wi {width:10%;}
a.web_down_0_0:link {text-decoration:none;color:black;}
a.web_down_0_0:visited {text-decoration:none;color:black;}
a.web_down_0_1:link {text-decoration:none;color:black;}
a.web_down_0_1:visited {text-decoration:none;color:black;}

#web_tail {background-color:#696969;width:100%;min-width:400px;}



/*	普通次级页面常用	*/
/*	导航地址栏       */
div#web_work_head {background-color:#483D8B;width:100%;min-width:400px;}
/*	工作区	*/
div#web_work_body {background-color:#708090;width:100%;min-width:400px;}
.web_work_body_submit {background-color:#DAA520;}

/*	特殊比例	*/
#web_width_100 {width:100%;}
#web_width_80 {width:80%;}
#web_width_20 {width:20%;}

</style>
