/* 
-------------------------------------------------------------- 
Virusfeed from Norman ASA
--------------------------------------------------------------
Copyright (c) Norman ASA 2002				
May be used by permission from Norman ASA only
-------------------------------------------------------------- 
*/

/* 
Editing the values in the CSS file will change how the virusfeed looks. 
Norman recommends that you adjust the values to fonts, colours etc. used on the web where the virusfeed will appear.
Some options are inserted as comments in the CSS file after the value in use

A Norman logo is mandatory to use on web pages where the virusfeed is going to be used.
You can choose between two different Norman logos by editing the logotype variable in the script.
See logo URLs in the http://www.norman.no/no_public/virus_feed.html

Files/code used for the virusfeed are:
1. 
http://www.norman.com/no_public/feedstyle.css
TO BE PLACED ON THE WEB SITE OF THOSE WHO USE THE VIRUSFEED
(Style sheet for the virusfeed - should be edited to adjust to local web settings)

2.
Javascript code - available as text file from Norman's own web for copy and paste.

3.
http://www.norman.com/no_public/virusfeed.js
LOCATED ON NORMAN'S WEB SITE
(Dynamically created file - not to be edited!!)
*/

/* Edit below to change the style of all virus-entries */
.txt{
	font-family : verdana,arial,helvetica ;
	font-size : 10px;
	color : #dddddd;
}

/* Edit below to change the style of Highrisk/Mediumrisk/Lowrisk */
.risktype {
	color : #ffffff ;				/* red, blue, black, green, yellow */
	font-family : verdana,arial,helvetica ;
	font-size : 10px ;
	font-style : normal ; 			/* italic */
	font-weight : bold ;			/* normal */

}

/* Edit below to change the width of the table. Value should not be less than 160px */
.maintable {
	width : 140px ;				/* 200px */

}

/* Edit below to change the style of all links */
A:link    { text-decoration: none; }
A:visited    { text-decoration: none; }
A:hover { text-decoration: none; }
