You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mxml/www/style.css

30 lines
398 B

BODY {
background: #ffffff;
font-family: sans-serif;
text-align: justify;
}
A:link {
font-weight: bold;
text-decoration: none;
color: #00007f;
}
A:visited {
font-weight: bold;
text-decoration: none;
color: #0000ff;
}
A:hover {
font-weight: bold;
text-decoration: none;
color: #7f0000;
}
A:active {
font-weight: bold;
text-decoration: underline;
color: #ff0000;
}