/* style sheet for cadillacs and dinodaurs */

body {
background-color: #c0c0c0;
background-attachment: fixed;
background-image: url("../shogun/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: 18px;
color: #000000;
text-decoration: none;
}

div.serif {
font-family: times, serif;
font-size: 18px;
color: #000000;
text-decoration: none;
}

div.copyright  {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
color: #c0c0c0;
text-decoration: none;
text-align: left;
}

div.copy2  {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
text-align: center;
}

ol,ul  {
font-family: arial,helvetica,sans-serif;
font-size: 16px;
color: #000000;
text-decoration: none;
}

@media (min-width: 575px) {
  article {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
