/* TAGS */ body { font-family: Times New Roman, serif; font-size: 15pt; font-weight: 500; color: #009966; } p { font-size: 13pt; margin-left: 15%; margin-right: 15%; } h3 { margin-left: 10px; } p.list { margin-left:20%; margin-right: 20%; } /* CLASSES */ .smallpunk {font-family: Tahoma, sans-serif; font-size: 15pt; font-weight: 900; color: #ffff99; } .title{ font-family: Tahoma, sans-serif; font-size: 18pt; font-weight: 900; color: #ffff99; } .code { font-family: Tahoma, sans-serif; font-size: 12pt; font-weight: 500; color: #000000; margin-left: 15%; margin-right: 15%; } .new { font-family: Tahoma, sans-serif; font-size: 12pt; font-weight: 600; color: #ff3333; } /* LINKS */ a:link, a:visited {color: #ff9900; text-decoration: underline; } a:hover,a:active {color: #ff0000; text-decoration: none; } a.yellow:link,a.yellow:visited { font-family: Tahoma, sans-serif; font-size: 10pt; font-weight: 600; color: #ffff99; text-decoration: none; } a.yellow:hover,a.yellow:active { font-family: Tahoma, sans-serif; font-size: 10pt; font-weight: 600; color: #ff9900; text-decoration: underline; } a.green:link,a.green:visited { font-family: Tahoma, sans-serif; font-size: 10pt; font-weight: 600; color: #009966; text-decoration: none; } a.green:hover,a.green:active { font-family: Tahoma, sans-serif; font-size: 10pt; font-weight: 600; color: #ff9900; text-decoration: underline; }