 body, td {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: blue;
}

 
 .Name {
     font-size: 14px;
     font-weight: bold;
 }

 .Title1 {
    font-family: Arial;
    font-size: 26px;
    text-transform : uppercase;
}

 .Title {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    font-style : italic;
    text-transform : uppercase;
}

 .Category1 {
    font-size: 16px;
    text-transform : uppercase;
}

 .Category {
    font-size: 14px;
    font-weight: bold;
    font-style : italic;
    text-transform : uppercase;
}

 .SkillHead {
     font-size: 12px;
     font-weight: bold;
     background : #cccccc;
 }

 .Employer {
     font-size: 13px;
     font-weight: bold;
     font-style : italic;
}


 .Client {
    line-height: 20px;
    list-style : square;
    font-size : 14px;
    font-style : italic;
}


 .Project {
    list-style : disc;
    font-size : 12px;
    font-style : normal;
    font-weight : bold;
}


 .ProjectDetail {
    list-style : circle;
    font-size : 12px;
    font-style : normal;
    font-weight : normal;
}


 .ProjectDetailSkill {
    text-decoration : underline;
}

.ProjectSpacer {
    line-height: 10px;
}

.top_nav, .top_nav a {
	text-align: right;
	color: #fff;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}