/* style sheet for shogun warriors */

body {
background-color: #000000;
background-attachment: fixed;
background-image: url("images/sfondo_frame.gif");
}

a:link {
color: #FF0000;
text-decoration: none;
} 

a:visited {
color: #800080;
text-decoration: none;
} 

a:hover {
text-decoration: underline
}

a:active {
color: #ff00ff;
text-decoration: none;
}   

.center {
text-align: center
}

.justify {
text-align: justify
}

.right {
text-align: right
}

.left {
text-align: left
}

p,div {
font-family: arial,helvetica,sans-serif;
font-size: 13px;
color: #000000;
text-decoration: none;
}

div.copyright  {
font-family: arial,helvetica,sans-serif;
font-size: 10px;
color: #c0c0c0;
text-decoration: none;
text-align: center;
}

div.copy2  {
font-family: arial,helvetica,sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
text-align: center;
}

ol,ul  {
font-family: arial,helvetica,sans-serif;
font-size: 13px;
color: #000000;
text-decoration: none;
}

