@font-face {
    font-family: Hieno;
    src: url(HelveticaNeue-UltraLight.otf);
}


p {
    text-align: center;
    font-size: 50px;
	font-family: Hieno;
	margin-top: 30px;
}
#tittle {
color: rgb(64, 0, 255);
font-size: 100px;

text-shadow: rgb(3, 3, 3) -7px -11px 18px;
margin-top: 10px; 
}
#tiedot {
color: red;
font-size: 30px;
}

body {
text-align: center;
background-repeat: no-repeat;
background-attachment: fixed;
background: rgb(169,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,228,247,1)), color-stop(100%,rgba(15,180,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */

}
a {
text-decoration: none;
font-size: 50px;
color: red;
}
img {
	height: 50%;
	width: 50%;
}

.ram1 {
	 border-style: solid;
	 border-width: 1px;
	 
}

.ram2{
	 border-style: solid;
	 border-width: 1px;
}