﻿/*通用样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	padding: 0px;
	margin: 0px;
}
img
{
	border: 0px;
}
ul, ol, li
{
	list-style: none;
}
a
{
	outline: none;
	text-decoration: none;
	color: #000000;
}
a:hover
{
	color: #0000CC;
}
.red
{
	text-decoration: none;
	color: #FF0000;
}
input, button, select, textarea
{
	font-size: 12px;
	vertical-align: middle;
}
div.row10
{
	height: 10px;
	width: 100%;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: block;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
	overflow: auto;
}
/* End hide from IE-mac */
/*End 通用样式*/

/*主要框架样式*/
body
{
    background-position: center top;
    font-family: "宋体";
    font-size: 12px;
    color: #000000;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}
div#header-out
{
    background-image: url(images/bg_header.gif);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 372px;
    position: relative;
    margin: 0px auto;
}
div#header
{
    width: 978px;
    height: 372px;
    margin: 0px auto;
    position: relative;
}
div#mininav
{
    float: right;
    margin-top: 0px!important;
    margin-top: 2px;
}
#mininav li
{
    float: left;
    line-height: 32px;
    color: #FFFFFF;
}
#mininav li a
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 8px;
}
#mininav li a:hover
{
    color: #FFFF00;
}
div#logo
{
    background-position: left top;
    width: 295px;
    height: 92px;
    float: left;
    margin-top: 38px;
    margin-left: 14px!important;
    margin-left: 7px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
}
div#weather
{
    width: 170px;
    height: 52px;
    float: right;
    margin-top: 35px;
    margin-right: 100px!important;
    margin-right: 50px;
    clear: right;
}
div#header-image
{
    width: 950px;
    height: 230px;
    background-image: url(images/header_image_bg.gif);
    background-repeat: repeat-x;
    background-position: center top;
    margin-top: 5px;
    margin-left: 14px;
    overflow: hidden;
    position: relative;
}
div#header-flash
{
    width: 950px;
    height: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
}
div#wrapper
{
    background-image: url(images/bg_content.gif);
    background-repeat: repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    margin: 0px auto;
}
div#content
{
    width: 978px;
    margin: 0px auto;
    position: relative;
}
/*原主菜单上移到顶部*/
div#newmenu
{
    width: 552px;
    height: 92px;
    margin-top: 5px;
    margin-right: 100px!important;
    margin-right: 50px;
    float: right;
}
div#newmenu ul
{
    width: 100%;
    height: 70px;
    margin-top: 11px;
}
div#newmenu li
{
    float: left;
    height: 35px;
    width: 92px;
    text-align: center;
    line-height: 35px;
}
div#newmenu li a
{
    text-decoration: none;
    color: #FFFFFF;
    width: 81px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 5px;
    background-color: #808080;
}
div#newmenu li a:hover
{
    color: #FFFFFF;
    background-color: #009933;
}
div#newmenu li a.current1
{
    text-decoration: none;
    color: #FFFFFF;
    width: 81px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 5px;
    background-color: #009933;
}
/*原菜单改为导航栏*/
div#menu
{
    margin: 0px auto;
    background-image: url(images/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    width: 972px;
    height: 28px;
    line-height: 28px;
}
div#menu p.nav
{
    background-position: left center;
    background-image: url(images/earth1.gif);
    background-repeat: no-repeat;
    margin-left: 20px;
    text-indent: 30px;
    height: 25px;
    line-height: 25px;
}
/*
div#menu ul
{
	width: 100%;
	height: 31px;
	margin: 5px auto 0px auto;
}
div#menu li
{
	float: left;
	height: 100%;
	width: 90px;
	text-align: center;
}
div#menu li a
{
	background-position: left bottom;
	background-image: url(images/menu-item-bg1.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #000000;
	line-height: 31px;
}
div#menu li a:hover
{
	background-position: left bottom;
	background-image: url(images/menu-item-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
div#menu li a.current1
{
	background-position: left bottom;
	background-image: url(images/menu-item-bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 31px;
}
*/
/*原导航栏取消*/
/*
div#content p.nav-bar
{
    margin: 0px auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    width: 950px;
    padding-top: 8px;
    padding-bottom: 8px;
}
*/
div#footer-out
{
    background-image: url(images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 110px;
    position: relative;
    margin: 0px auto;
}
div#footer
{
    margin: 0px auto 0px auto;
    text-align: center;
    width: 978px;
}
#footer p.blank
{
    height: 40px;
}
#footer p.footText
{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}
.verdana
{
    font-family: verdana;
}
.white
{
    color: #FFFFFF;
}
/*SiteMapPath*/
.site-map-path
{
    color: #FFFFFF;
    display: block;
    margin-top: 0px!important;
    margin-top: 8px;
}
.site-map-path a
{
    color: #FFFF00;
}
.site-map-path a:hover
{
    color: #FFFFFF;
}
a.root, .current, .separator
{
    color: #FFFFFF;
}

/*首页Left*/
.left1
{
    width: 260px;
    float: left;
    margin-left: 14px!important;
    margin-left: 7px;
    margin-top: 10px;
}
/*其他页Left*/
.left
{
    width: 250px;
    float: left;
    margin-left: 14px!important;
    margin-left: 7px;
    margin-top: 10px;
}
.right
{
	width: 675px;
	float: right;
	margin-right: 14px!important;
	margin-right: 7px;
	margin-top: 10px;
}
.right .hengfu
{
	width: 100%;
	height: 165px;
	float: left;
	margin-top: 10px;

}
.right .tanchu
{
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
/*首页学生电视台*/
.left1 .tv
{
	width: 100%;
}
.left1 .tv .top
{
	width: 100%;
	height: 40px;
	background-image: url(images/title-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.left1 .tv .content
{
    margin: 5px 0px 5px 0px;
    width: 100%;
}
.left1 .tv .bottom
{
	width: 100%;
	height: 20px;
}
/*首页学校荣誉*/
.left1 .ry
{
    width: 100%;
    margin-top: 15px;
}
.left1 .ry .top
{
	width: 100%;
	height: 40px;
	background-image: url(images/title-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.left1 .ry .content
{
    border: 1px solid #999999;
    margin: 5px 0px;
    width: 100%;
}
.left1 .ry .bottom
{
	width: 100%;
	height: 20px;
}
.left1 ul.left_art_list
{
    margin: 8px 5px 8px 5px;
}
.left1 ul.left_art_list li
{
    height: 25px;
    line-height: 25px;
}
.left1 ul.left_art_list li a
{
    background-position: left center;
    text-decoration: none;
    line-height: 25px;
    background-image: url(images/arrow2.gif);
    background-repeat: no-repeat;
    text-indent: 15px;
    display: block;
    color: #FF6600;
}
.left1 ul.left_art_list li a:hover
{
    color: #006600;
}
.left1 p.more
{
    text-align: right;
    margin-bottom: 8px;
    margin-right: 10px;
}
.left1 p.more a
{
    color: #006600;
    text-decoration: none;
}
.left1 p.more a:hover
{
    color: #FF6600;
    text-decoration: underline;
}
.left1 .flash1
{
    width: 260px;
    height: 195px;
    margin-top: 10px;
}
.left1 .flash1 p
{
    text-align: center;
    margin-top: 10px;
}
/*右边内容 左边框 box1*/
.right .box1
{
	width: 330px;
	float: left;
}
.right .box1 .top
{
	width: 100%;
	height: 40px;
	background-image: url(images/title-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.right .box1 .top img
{
	float: left;
    display: block;
    width: 260px;
    height: 40px;
    margin-left: 10px!important;
    margin-left: 5px;
}
.right .box1 .top a.more
{
	display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	line-height: 40px;
	height: 40px;
	width: 42px;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.right .box1 .content
{
	border: 1px solid #999999;
    height: 230px;
    margin-top: 5px;
}
/*End Box1*/
/*右边内容 右边框 box2*/
.right .box2
{
	width: 330px;
	float: right;
}
.right .box2 .top
{
	width: 100%;
	height: 40px;
	background-image: url(images/title-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.right .box2 .top img
{
    float: left;
    display: block;
    width: 260px;
    height: 40px;
    margin-left: 10px!important;
    margin-left: 5px;
}
.right .box2 .top a.more
{
	display: block;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	line-height: 40px;
	height: 40px;
	width: 42px;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.right .box2 .content
{
    border: 1px solid #999999;
    height: 230px;
    margin-top: 5px;
}
/*End Box2*/

div.topic-image-bg
{
	border: 1px solid #999999;
	width: 120px;
	height: 90px;
	margin-top: 10px;
	margin-left: 10px!important;
	margin-left: 5px;
	margin-right: 10px!important;
	margin-right: 5px;
	float: left;
}
img.topic-image
{
	width: 110px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px;
}
ul.article-list
{
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}
ul.article-list li
{
	background-position: center bottom;
	height: 25px;
	background-image: url(images/li-bg.gif);
	background-repeat: repeat-x;
}
ul.article-list li a
{
    background-position: left center;
    text-decoration: none;
    line-height: 25px;
    background-image: url(images/arrow1.gif);
    background-repeat: no-repeat;
    text-indent: 10px;
    display: block;
}
ul.article-list li a:hover
{
	color: #FF0000;
}
ul.article-list li a.a1
{
    width: 175px;
    float: left;
}
ul.article-list li a.a2
{
    width: 260px;
    float: left;
}
ul.article-list li span.span1
{
	float: right;
	width: 40px;
	display: block;
	font-family: verdana;
	text-align: right;
	line-height: 25px;
	color: #808080;
}

/*首页滚动图片*/
#focus_change
{
    position: relative;
    width: 330px;
    height: 275px;
    overflow: hidden;
}
#focus_change_list
{
    position: absolute;
    width: 1320px;
    height: 245px;
}
#focus_change_list li
{
    float: left;
}
#focus_change_list li img
{
    width: 330px;
    height: 245px;
}
.focus_change_opacity
{
    position: absolute;
    width: 330px;
    height: 50px;
    top: 180px;
    left: 0;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#focus_change_btn
{
    position: absolute;
    width: 330px;
    height: 40px;
    top: 190px;
    left: 0;
}
#focus_change_btn ul
{
    padding-left: 5px;
}
#focus_change_btn li
{
    display: inline;
    float: left;
    margin: 0 5px;
    padding-top: 5px;
}
#focus_change_btn li img
{
    width: 66px;
    height: 40px;
    border: 2px solid #888;
}
#focus_change_btn .current
{
    background: url(images/icon_arrow.gif) no-repeat 33px 1px;
}
#focus_change_btn .current img
{
    border-color: #EEE;
}
#focus_change_text 
{
    background-color: #008000;
    position: absolute;
    width: 1320px;
    height: 30px;
    top: 245px;
}
#focus_change_text ul
{
    }
#focus_change_text li
{
    float: left;
    width: 330px;
    text-align: center;
    line-height: 30px;
}
#focus_change_text li a
{
    color: #FFFFFF;
}
#focus_change_text li a:hover
{
    color: #FFFFFF;
}
/*其他页Left*/
.left .top
{
	width: 100%;
	height: 40px;
	background-image: url(images/title-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.left .content
{
    text-align: center;
}
.left .content .nav
{
	width: 100%;
}
.left .content .nav .nav-top
{
    margin-top: 5px;
}
.left .content .nav .nav-top a
{
    background-position: 0px 0px;
    height: 32px;
    color: #336600;
    display: block;
    background-repeat: no-repeat;
    background-image: url(images/nav-bar-top.gif);
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.left .content .nav .nav-main
{
	text-align: left;
}
.left .content .nav .nav-main li a:link, .left .content .nav .nav-main li a:visited
{
	background-position: 0px 0px;
	height: 32px;
	color: #000000;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/nav-bar.gif);
	line-height: 32px;
	text-indent: 40px;
}
.left .content .nav .nav-main li a:hover, .left .content .nav .nav-main li a:active, .left .content .nav .nav-main li a.current2
{
	background-position: 0px -32px;
	height: 32px;
	color: #283A50;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/nav-bar.gif);
	line-height: 32px;
	text-indent: 50px;
}
.left .bottom
{
    width: 100%;
    height: 30px;
    background-image: url(images/left-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.right .top1
{
    width: 670px;
    height: 120px;
    position: relative;
}
.right .top1 img.titleImage
{
    width: 670px;
    height: 120px;
    z-index: -100;
}
.right .top1 .textImage
{
    position: absolute;
    top: 10px;
    left: 40px;
}
/*
.right .list1
{
	min-height: 600px;
	margin-top: 15px;
	_height: 600px;
}
.right .list1 li
{
	height: 28px;
	background-image: url(images/li-bg2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	line-height: 28px;
}
.right .list1 li .num1
{
	background-color: #FF6600;
	color: #FFFFFF;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 4px;
	font-family: verdana;
}
.right .list1 li .num2
{
	background-color: #009933;
	color: #FFFFFF;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 4px;
	font-family: verdana;
}
.right .list1 li a
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	display: block;
	float: left;
	width: 410px;
	line-height: 28px;
	margin-right: 16px !important;
	margin-right: 8px;
	margin-left: 16px !important;
	margin-left: 8px;
}
.right .list1 li .authors
{
	display: block;
	float: left;
	overflow: hidden;
	color: #666666;
	line-height: 28px;
	width: 100px;
	margin-right: 12px !important;
	margin-right: 6px;
}
.right .list1 li .posttime
{
	display: block;
	float: left;
	overflow: hidden;
	color: #999999;
	line-height: 28px;
	width: 80px;
	font-family: verdana;
	text-align: right;
}*/
/*将文章列表改动为两行显示*/
.right .list1
{
	min-height: 500px;
	margin-top: 15px;
	_height: 500px;
}
.right .list1 li
{
    background-image: url(images/li-bg2.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 56px;
    line-height: 56px;
}
.right .list1 li .num1
{
    width: 31px;
    height: 40px;
    margin-top: 8px;
    float: left;
    margin-left: 8px;
}
.right .list1 li .num2
{
	background-color: #009933;
	color: #FFFFFF;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 4px;
	font-family: verdana;
}
.right .list1 li a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-left: 16px;
    width: 610px;
}
.right .list1 li .authors
{
    display: block;
    float: left;
    color: #666666;
    height: 28px;
    line-height: 28px;
    margin-left: 16px;
    width: 320px;
}
.right .list1 li .posttime
{
    display: block;
    float: left;
    color: #666666;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
    width: 120px;
    font-family: verdana;
}
.right .list1 li .clickcounts
{
    display: block;
    float: left;
    color: #666666;
    height: 28px;
    line-height: 28px;
    margin-left: 30px;
    width: 120px;
    font-family: verdana;
}
/*纪事中用到的样式*/
.right .list2
{
	min-height: 600px;
	margin-top: 15px;
}
.right .list2 li
{
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right .list2 li .num1
{
	background-color: #FF6600;
	color: #FFFFFF;
	width: 30px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	float: left;
	margin-top: 4px;
	font-family: verdana;
}
.right .list2 li .date1
{
	display: block;
	float: left;
	font-family: verdana;
	margin-left: 20px;
	font-size: 16px;
	color: #FF6600;
}
.right .list2 li .descri
{
    display: block;
    float: left;
    font-size: 18px;
    text-indent: 32px;
    font-family: verdana;
    color: #000000;
    width: 670px;
}
/*图片*/
.right .list3
{
    min-height: 600px;
    _height: 600px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #EFEFEF;
}
.right .list3 .img-ms
{
    padding: 15px 10px 10px 10px;
    line-height: 22px;
    display: block;
    text-indent: 24px;
}
.right .list3 ul
{
    margin-top: 10px;
}
.right .list3 li
{
    width: 164px;
    height: 165px;
    float: left;
    text-align: center;
}
.right .list3 li .img-1
{
    margin: 3px auto 0px auto;
    width: 150px;
    height: 100px;
}
.right .list3 li a.img
{
	border: 3px solid #FFFFFF;
}
.right .list3 li a.img:hover
{
	border: 3px solid #FF6600;
}
.right .list3 li img
{
	margin-top: 8px;
}

.right .list3 li .date1
{
	display: block;
	float: left;
	font-family: verdana;
	font-size: 10px;
	color: #808080;
	font-style: italic;
	margin-left: 10px!important;
	margin-left: 5px;
}
.right .list3 li .num2
{
	display: block;
	float: right;
	font-family: verdana;
	font-size: 10px;
	color: #808080;
	font-style: italic;
	margin-right: 10px!important;
	margin-right: 5px;
}
.right .list3 li a.desc1
{
	display: block;
	width: 160px;
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	margin-top: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}
/*分页*/
.right .paged
{
    background-position: center center;
    height: 38px;
    margin-top: 20px;
    width: 670px;
    background-image: url(images/title-bg-1.jpg);
    background-repeat: repeat-x;
}
.right .paged ul
{
	height: 38px;
	line-height: 38px;
	float: right;
}
.right .paged ul li
{
	float: left;
}
.right .paged ul li a.aa1
{
    background-position: center center;
    display: block;
    width: 44px;
    height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    margin-left: 4px !important;
    margin-left: 2px;
    font-family: verdana;
    background-image: url(images/page-bg-1-1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
}
.right .paged ul li a.aa1:hover
{
    background-image: url(images/page-bg-1-1.jpg);
}
.right .paged ul li a.aa2
{
    background-position: center center;
    display: block;
    width: 44px;
    height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    margin-left: 4px !important;
    margin-left: 2px;
    font-family: verdana;
    background-image: url(images/page-bg-1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
}
.right .paged ul li a.aa2:hover
{
    background-image: url(images/page-bg-1-1.jpg);
}
.right .paged a.aa3
{
    background-position: center center;
    display: block;
    width: 80px;
    height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    margin-left: 4px !important;
    margin-left: 2px;
    font-family: verdana;
    background-image: url(images/page-bg-2.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
}
.right .paged a.aa3:hover
{
    background-image: url(images/page-bg-2-2.jpg);
}
.right .paged .paged-info
{
    display: block;
    color: #000000;
    float: left;
    font-family: verdana;
    height: 38px;
    line-height: 38px;
    width: 260px;
    text-align: center;
    font-size: 12px;
}

.a-h1
{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.a-h2
{
	text-align: center;
	margin-bottom: 10px;
}
.a-bar
{
    background-position: center center;
    margin: 0px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 98%;
    background-image: url(images/title-bg-1.jpg);
    background-repeat: repeat-x;
}
.a-span
{
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
}
.a-spanv
{
	font-family: verdana;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	color: #000000;
}
.a-content
{
	padding-right: 35px;
	padding-left: 35px;
	line-height: 34px;
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
	min-height: 400px;
	_height: 400px;
}
div#content p.img-box
{
    width: 900px;
    margin-top: 20px;
    margin-left: 38px;
}
div#content p.img-desc
{
    padding: 20px 38px 10px 38px;
    font-size: 24px;
    color: #FF6600;
    font-weight: bold;
}
div#content p.img-info
{
    padding: 10px 38px 20px 38px;
    font-size: 20px;
    color: #666666;
}
div#content .img-author
{
	}
div#content .img-date
{
	margin-left: 50px;
	font-family: verdana;
}
div#content .img-clicks
{
	margin-left: 50px;
	font-family: verdana;
}

img.randImage
{
    width: 250px;
    height: 200px;
    margin: 20px auto 0px auto;
}

/*首页友情链接*/
#friend_link
{
    width: 100%;
    border: 1px solid #C0C0C0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#friend_link p
{
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url(images/dot3.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 15px;
    text-indent: 15px;
}
#friend_link a
{
    color: #000000;
}
#friend_link a:hover
{
    color: #666666;
}
