/* external CSS file */
/* filename 'link.css' */
/* NO HTML MARKUP ALLOWED */

#navigation {width: 100px;
             height: 400px;
             font-family: Sylfaen, Georgia, Times, serif;
             margin: 0;
             border: 0;
             padding: 0;
             background-image: url('images/bg.jpg'); 
             background-position: left top; 
             background-repeat: no-repeat; 
             float: left;
             }
#navigation ul {color: #000000;
             font-size: 13px;
             list-style-type: none;
             padding-left: 7px;
             padding-right: 0;
             padding-top: 23px;
             padding-bottom: 0;
             margin: 0;
             border: 0;
             }
#navigation ul ul {padding:0;
            border: 0;
            margin-left: 12px;
            font-size: 10px;
            }
#navigation li {border-bottom: 1px, none;
             }
#navigation li a:link {display: block;
             color: #27275F; 
			 text-decoration: none;
			 font-weight: bold;
			 } 
#navigation li a:hover  {color: #27275F; 
             text-decoration: none;
             font-weight: normal;
             font-style: italic;
             }
#navigation li a:active {color: #2E3770; 
			 text-decoration: none;
			 font-weight: bold; 
             font-style: italic;  
             }
#navigation li a:visited {color: #2E3770; 
			 text-decoration: none;
			 font-weight: bold;
			 font-style: normal;  
             }
#gallery ul { margin: 5px;
             list-style: none;
             align: center;
             padding-top: 10px; 
             padding-left: 0;
             padding-right: 0;
             padding-bottom: 0;
             }
#gallery li { display: inline;
             margin: 5px;
             padding: 5px;
             }
#gallery a:link a:hover { border: 2px, outset;
             background-color: #6495ED;
             padding-top: 5px;
             padding-bottom: 5px;
             padding-right: 5px;
             padding-left: 5px;
             }
#gallery a:active { border: 2px, inset;
             background-color: #00CCFF;
             padding-top: 5px;
             padding-bottom: 5px;
             padding-right: 5px;
             padding-left: 5px;
             }
#gallery a:visited { border: 2px, outset;
             background-color: #00CCFF;
             padding-top: 5px;
             padding-bottom: 5px;
             padding-right: 5px;
             padding-left: 5px;
             }
.quote a active { font-family: Georgia; 
             color: #000000; 
		     text-decoration: line-through; 
             font-style: normal }
.quote a:hover { font-family: Georgia; 
			 text-decoration: underline blink; 
			 color: #000080; 
             font-style: normal }
.quote a:link { text-decoration: underline; 
			 color: #000000; 
			 font-family: Georgia;
			 font-style: normal }
.quote a:visited { font-family: Georgia; 
			 color: #000080; 
			 text-decoration: underline;  
             border-width: 1px;
             font-style: normal }

a:active   { font-family: Georgia; color: #800000; 
			 text-decoration: line-through; 
             font-style: italic }
a:hover    { font-family: Georgia; 
			 text-decoration: underline blink; 
			 color: #000080; 
             font-style: italic }
a:link     { text-decoration: underline; 
			 color: #000000; 
			 font-family: Georgia }
a:visited  { font-family: Georgia; 
			 color: #000080; 
			 text-decoration: underline;  
             border-width: 1px }
