/*filename 'external.css'*/

body {background-color:#ffffff; color:#ff0000; font-family:tahoma, sans serif; font-size:8pt;}
A:link {color:#ff0000; text-decoration:underline;}
A:visited {color:orange; text-decoration:underline;}
A:hover {color:orange; text-decoration:none;}
A:active {color:orange; text-decoration:underline;}
H5 {color:red;}
P {color:#ff0000; font-family:tahoma, sans serif; font-size:8pt;}
