﻿body {
}


/********* 头部右上角样式 *********/
.CallStyle { font-size:16px; color:#FFF; }

.TimeStyle { font-size:15px; color:Blue; }


/********* 字体样式 *********/
.FontSize9px { font-size:9px; }

.FontSize10px { font-size:10px; }

.FontSize12px { font-size:12px; }


/********* 边距样式 *********/
.Space55px { margin-left:55px; }

.Space110px { margin-left:110px; }

/*Hr*/
.HrStyle { color:#f173ac; width:90%; }

.FontColorRed { color:Green; font-size:12px; }

.CommentInputStyle { border:0; }

/*A link hover ative visited*/
a :link,a :visited { text-decoration:none; color:#8BA04B;}

a :hover { text-decoration:none;}

a :ative { color:red; }