/* * Style sheet for Ismael Garcia's web page */ body { font-size: 10pt; font-family: sans-serif; } td { font-size: 10pt; font-family: sans-serif; } h1, h2, h3, h4, h5, h6 { color : #463CAA } h1 { font-size : 23pt; font-family: sans-serif; } h2 { font-size : 19pt; font-family: sans-serif; } h3 { font-size : 15pt; font-family: sans-serif; } h4 { font-size : 12pt; font-family: sans-serif; } h5 { font-size : 10pt; font-family: sans-serif; } h6 { font-size : 8pt; font-family: sans-serif; } p { text-align: justify } a:link { color: #463CAA } a:visited { color: #000066 } a:active { color: #FF6600 } a.two:link { color: #463CAA; text-decoration: none; font-size : 12pt; font-weight: bold; } a.two:visited { color: #000066; text-decoration: none; font-size : 12pt; font-weight: bold; } a.two:active { color: #FF6600; text-decoration: none; font-size : 12pt; font-weight: bold; } a.two:hover { color: #463CAA; text-decoration: underline; font-size : 12pt; font-weight: bold; }