CUSTOM CSS TUTORIAL FOR THE MFL TICKER BY HABMAN




Sample CSS file:
body {
font-family: "Arial",tahoma,helvetica;
font-size: 12px;
font-style: normal;
color: #000000;
background-color: #ffffff;
margin: 0px;
padding: 0px;
}

body a:link, body a:visited, body a:active {
color: #ffffff;
text-decoration: none;
}

body a:hover {
text-decoration: underline;
}

table {
border: 0px;
border-collapse:collapse;
}

.header {
text-align: center;
font-size: 12px;
font-family: "Arial",tahoma,helvetica;
font-weight: bold;
font-style: normal;
color: #ffffff;
background: #929292 url() top left repeat;
}

.team, .team a:link, .team a:visited, .team a:hover, .team a:active {
text-align: left;
font-size: 12px;
font-family: "Arial",tahoma,helvetica;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #ffffff;
}

.score, .score a:link, .score a:visited, .score a:hover, .score a:active {
text-align: right;
font-size: 12px;
font-family: "Arial",tahoma,helvetica;
font-weight: bold;
font-style: normal;
color: #000000;
background-color: #ffffff;
}

.time {
text-align: center;
font-size: 9;
font-family: "Arial",tahoma,helvetica;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #ffffff;
}