home *** CD-ROM | disk | FTP | other *** search
- /* BlackOrange CSS */
-
- /* Set the default font */
- body, p, td, th, li, a {font-family: Arial, Helvetica, sans-serif;}
-
- /* Don't set these to an em or %, so nested items get smaller and smaller */
- p {
- font-style: normal;
- }
-
- body, td {
- font-size: 80%;
- font-style: normal;
- }
-
- /* Set images to have no borders */
- img { border: 0; }
-
- /* Set links styles */
- a:link {
- color: #cc0000;
- text-decoration: none;
- }
- a:visited {
- color: #cc3333;
- text-decoration: none;
- }
- a:hover {
- color: #006600;
- text-decoration: underline;
- }
-
- .softwareTitle {
- font-size: 1.4em;
- font-weight: bold;
- }
-
- .softwareInfo {
- color: #cc0000;
- font-weight: bold;
- }
-