
html, 

body		{
			height: 120%;
			}
#wrapper {
			min-height: 100%;
			}

body		{
background: rgb(19,46,215);
background: linear-gradient(180deg, rgba(19,46,215,1) 0%, rgba(255,255,255,1) 75%);
			background-repeat: no-repeat;
			}


h1 		{
  			color: black;
  			font-family: arial;
  			font-size: 18pt;
  			font-weight: bold;
  			font-style: italic;  
  			margin-left: 100px;
  			margin-right: 100px;		
			}

h2 		{
  			color: black;
  			font-family: arial;
  			font-size: 16pt;
  			font-weight: bold;
  			font-style: italic;  
  			margin-left: 100px;
  			margin-right: 100px;
			}


p			{
  			color: black;
  			font-family: arial;
  			font-size: 12pt;
  			font-weight: normal;
  			margin-left: 100px;
  			margin-right: 100px;
			}
			
ul li 	{
    		padding: 4px;
    		color: black;
  			font-family: arial;
  			font-size: 12pt;
  			font-weight: normal;
  			margin-left: 110px;
  			margin-right: 100px;
			}

			
link::before	{color: white}
link::after		{color : white}
link:checked	 {color white}
				

