View file emo/emo/css.css

File size: 936B
body {
    max-width:200px;
	background-color: #000;
	color: #c22792;
	font-family: Arial;
	margin: 0px auto;
	padding: 0px;
}
table{
font-size: 11px;}
.a
{
	color: #c22792;
	text-align: left;
	padding: 5px;
	font-size: 11px;
}
.b
{
	background:url(b.gif) left top repeat-x;
	background-repeat:repeat-y;
	font-size: 13px;
	color: #fff;
	padding-bottom:2px;
}
.c
{
	background:url(c.gif) ;
	background-repeat:repeat-y;
	font-size: 13px;
	color: #fff;
	padding-bottom:2px;
}
.c a:link, .c a:active, .c a:visited{
	color:#fff;
	text-decoration: underline;
	text-align: center;
}
.b a:link, .b a:active, .b a:visited{
	color:#fff;
	text-decoration: underline;
	text-align: center;
}
.c a:hover{
 text-decoration: none;
}
.b a:hover{
 text-decoration: none;
}
a:link,a:visited
{
	color: #c22792;
	padding: 5px;
	font-size: 11px;
}
a:hover, a:active
{
    text-decoration: none;
}