File: D:/HostingSpaces/TWijnstra/wijnstra.com/wwwroot/portfolio/css/portfolio.css
/* --------- DEFAULT cv CSS ---------- */
BODY, P, TD, DIV, OL, UL, LI, INPUT, TEXTAREA, SELECT, OPTION {
color: #000000;
}
BODY, P, TD, TH, OL, UL, LI, INPUT, TEXTAREA, SELECT, OPTION {
font: 11px/13px Verdana, Helvetica, Geneva, "Trebuchet MS", Arial, sans-serif;
}
BODY {
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
}
A:LINK, A:VISITED, A:ACTIVE {
color: #000086;
text-decoration: underline;
}
A:HOVER {
color: #006699;
text-decoration: none;
}
P {
line-height: 1.5em;
}
TABLE {
}
TD {
}
TR {
}
TH {
}
I {
font-style : italic;
}
B, STRONG {
font-weight: bold;
}
/* Classes beginnen hier */
.clsTableOuter {
width: 100%;
}
.clsTableOuterTD {
text-align: center;
}
.clsTableContent {
width: 720px;
}
.clsTableContentPersonal {
width: 100%;
margin-top: 6px;
padding-top: 4px;
padding-right: 6px;
padding-bottom: 4px;
padding-left: 6px;
border-left: 1px solid #999999;
}
.clsBottom {
font-family: arial, sans-serif;
font-size: 9px;
}
.clsTopTitle {
font-size : 19px;
font-weight : bold;
}
.clsTitle {
font-weight : bold;
}
.clsSubTitle {
font-weight : bold;
color : #999999;
}
.clsNoLink {
color : #999999;
}
.clsImage {
border: 1px solid #999999;
background: #FFFFFF;
}