/*This is the default link style for any links that you do not apply a class to.*/a:link { color: #3366CC}a:visited { color: #990099}a:hover { color: #FF0000}a:active { color: #FF0000}/*Apply this class to the text you'd like a different link color. Text that is not a link will appear in this style.*//*These are the link style definitions.*/a.red:link { color: #3366CC}a.red:visited { color: #990099}a.red:hover { color: #FFFF00}a.red:active { color: #FFFF00}