/*************************************/
/* news.css  -  VP7 Style Sheet  */
/*************************************/

body {
  margin: 0;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
}

A:link {
  background: #FFFFFF;
  text-decoration: none; 
  color: #AA0000; 
  font-family: Helvetica;
} 

A:visited {
  background: #FFFFFF;
  text-decoration: none;
  color: #A00000
} 

A:hover {
  background: #FFFFFF;
  color: red;
  text-decoration: underline
}

A:active {
  background: #FFFFFF;
  color:red;
}

.sort {
  border: solid #000000;
  background: #000000;
}

/* software entry */
.entry {
  border: solid #0000DD;
  color: #000000;
  background: #EFEFEF;
  text-align: justify;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
}

.main {
  background: #FFFFFF;
  border-top-width: medium;
  border-bottom-width: medium;
}

/* base style used in entry */
.base {
  color: #000000;
  background: #EFEFEF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
}

/* base style used outside an entry */
.baseout {
  color: #000000;
  background: #FFFFFF;
  font-family: helvetica,serif;
  font-style: normal;
  font-size: 12pt;
  text-align: justify;
}

/* software title */
.title {
  color: #EFEFEF;
  background: #0000DD;
  font-family: helvetica,serif;
  font-size: large;
  font-weight: bold;
  margin: 0em;
  text-align: justify;
  white-space: pre; 
}


/* Large leading letter; use with <span> */
.leadfirst {
  font-family: gill, arial, sans-serif;
  font-weight: bold;
  background: #EFEFEF;
  color: #00BB11;
  font-size: 150%;
  float: left;
  line-height: 80%;
} 

/* same style as .leadfirst but smaller size */
.leadcont {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  background: #EFEFEF;
  color: #00AA11;
  font-size: 100%;
}

.right {
  border: none;
  float: right;
}

.left {
  border: none;
  text-align: left;
}

/* Headers used in the left column */
.lefthead {
  color: #A000DD;
  background: #FFFFFF;
  text-align: right;
  font-family: helvetica,serif;
  font-weight: bold;
  font-size: 110%;
}

/* right-aligned bold text */
.rightemph {
  color: #0033CC;
  font-family: Helvetica,serif;
  font-weight: bold;
  font-style: normal;
  float: right;
}

/* left-aligned bold text */
.leftemph {
  color: #0033CC;
  font-family: Helvetica,serif;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-size: 110%;
}

.memph {
  color: #0033CC;
  font-family: Helvetica,serif;
  font-weight: bold;
  font-style: normal;
}











