/*
  This is a comment. I love comments.
  Resume styles
  $Header: /Library/VersionControl/CVS/resume/styles.css,v 1.4 2010/05/28 15:51:10 matisse Exp $
*/

A:link {color: #0000cc}
A:visited {color: #0000cc}
A:active {color: #ff6633}
A:hover {color: #330033}

UL
{
    list-style-type: square;
    list-style-position: outside;
}
LI
{
    color: black;
    background-color: #ffffff;
}

.row_grey
{
    color: black;
    background-color: #cccccc;
}

*.row_grey td
{
    height: 8px;
}
.company_name
{
    font-weight: bold;
    font-style: italic;
}

.small_grey {
    font-size: small;
    color: #cccccc;
}

