html {
    /* To make use of full height of page
    overflow: hidden;*/
    min-height: 100vh;
    margin: 0;
    padding:0;
}
body {
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    background-image: linear-gradient(180deg, #0033ff 10%, #ccff00 100%);
    font-family: sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: white;
/* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); */
}

a.link		{
    color :#ccff00;
}
a.visited		{
    color :#ccff00;
}
a.hover		{
    color :#ccff00;
}
a.
active		{
    color :#ccff00;
}

iframe.klein	{
    height: 800px;
    width: 1024px;
    display: block;
    overflow: hidden;
    position: absolute;
    transform: scale(0.5);
    transform-origin: left top 0;
}

p	{
    color: white;
	}

p.normal {
    font-family: sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: white;
}
p.light {
    font-weight: light;
}

p.thick {
    font-weight: bold;
}

p.thicker {
    font-weight: 900;
}

