/* Jonathon's style sheet for invinoveritas.com */
/* mesolithic period, before new stoicism */

/* no underlines for any links */
A {
  text-decoration: none;
}

/* unvisited: plain blue */
A:unvisited {
  color: #0000FF;
}

/* visited: plain blue */
A:visited {
  color: #0000FF;
}

/* mouseover: dark blue with sky blue background and underline */
A:hover {
  color: #000066;
  background: #CCCCFF;
  # text-decoration: underline;
}

/* mousedown: red with sky blue background and underline */
A:active {
  color: #FF0000;
  background: #9999FF;
  # text-decoration: underline;
}

body
{ 
background-image: 
url('/images/background.jpg');
background-repeat: repeat-y;
}

logo
{
font-family: serif;
color: #800000;
font-size: 44px;
line-height: 90%;
letter-spacing: -1px;
}

nav
{
font-family: sans-serif;
font-variant: small-caps;
color: #000000;
font-size: 12px;
}

news
{
font-family: sans-serif;
color: #990000;
font-size: 18px;
font-weight: normal;
}

class
{
font-family: sans-serif;
color: #000000;
font-size: 12px;
font-weight: bold;
}

text
{
font-family: sans-serif;
color: #000000;
font-size: 10px;
}

contact
{
font-family: sans-serif;
color: #FFFFFF;
font-size: 12px;
}

date
{
font-family: sans-serif;
color: #990000;
font-size: 18px;
font-weight: normal;
font-variant: small-caps;
line-height: 90%;
letter-spacing: -1px;
}

soldout
{
font-family: sans-serif;
color: #990000;
font-size: 12px;
font-weight: bold;
}

expo
{
font-family: sans-serif;
color: #CC0000;
font-size: 30px;
font-weight: normal;
}
