/* CSS FOR ARTIC SITE*/

/*General style for the body of the site*/
BODY {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:GRAY;
		 BACKGROUND-COLOR:#E6E6FA;
		 FONT-SIZE:90%;
		 FONT-STYLE:NORMAL
		 }
		 
/*Style for the H1 attributes*/	 
H1	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:BLACK;
	     FONT-SIZE:300%;
		 TEXT-ALIGN:LEFT
		 }			 
		 		 
		 
/*Style for the H5 attributes*/	 
H5	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:00008B;
	     FONT-SIZE:155%;
		 TEXT-ALIGN:LEFT
		 }		 

		 
/*Style for the H6 attributes*/	 
H6	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:BLACK;
	     FONT-SIZE:90%;
		 TEXT-ALIGN:LEFT;
		 FONT-STYLE:NORMAL
		 }
		 

/*Style for the headname attribute*/	 
.headname	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:#00008B;
	     FONT-SIZE:130%;
	     FONT-WEIGHT:BOLD;
		 FONT-STYLE:ITALIC
		 }	
		 
/*Style for the contact attribute*/	 
.contact	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:#00008B;
	     FONT-SIZE:90%;
	     FONT-WEIGHT:BOLD
		 }	
		 

/*Style for the list attribute*/	 
.list	 {
		 FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
		 COLOR:#23238E;
	     FONT-SIZE:90%;
		 FONT-STYLE:NORMAL
		 }	
		 

		 
/*Style for un-visited links*/		 
A    {
		 COLOR:#00008B;
		 TEXT-DECORATION:NONE
		 }

/* Style for visited links*/		 
A:VISITED
		 {
		 COLOR:#00008B;
		 TEXT-DECORATION:NONE
		 }
		 
		 
/*Style for mouse hovering over links*/		 
A:HOVER
		 {
		 COLOR:#00008B;
		 TEXT-DECORATION:UNDERLINE
		 }
		 

/*Style for the chuckyegg attribute*/			 
A.chuckyegg:LINK

        {
        FONT-FAMILY:ARIAL,HELVETICA,SANS-SERIF;
        COLOR:WHITE;
        FONT-SIZE:70%;
        TEXT-DECORATION:NONE;
        FONT-WEIGHT:BOLD
        }
A.chuckyegg:VISITED

		 {
		 COLOR:WHITE;
		 FONT-SIZE:70%;
		 TEXT-DECORATION:NONE;
		 FONT-WEIGHT:BOLD
		 }
        
A.chuckyegg:HOVER

        {
        COLOR:ORANGE;
        FONT-SIZE:70%;
        TEXT-DECORATION:NONE;
        FONT-WEIGHT:BOLD
        }
			

/*Style for the border attribute*/
.border {
	    BORDER: 2px SOLID#00008B;
        }
        

/*Style for the border1 attribute*/
.border1 {
	    BORDER: 1px SOLID#00008B;
        }
