﻿a:link{
	color:white;
	text-decoration:none;
	font-size:x-small
} 

a:hover{
	color: white;
	text-decoration:none;
}

a:visited{
	color:white;
	text-decoration:none;
} 

p {
	font-family:"Trebuchet MS";
	font-size:small;
	color:white;
}

h1 {
	font-family:"Trebuchet MS";
	font-size: medium;
	color:white;
}

.icons {
	margin:0 0 5px 0px;
	border-style:none;
	vertical-align: top;
}

.pictures {
	border:2px white solid;
	margin:10px;
}

body, html {
	background-color:gray;
	margin:0;
	padding:0;
}

#main {
	width:620px;
	height:475px;
	text-align:center;
	position:relative;
	padding:65px 65px 0 65px;
	margin:0;
}

#gallerie {
	width:620px;
	height:420px;
}

#text {
	width:475px;
	margin:0;
	float:left;
	margin-top:15px;
	text-align:left;
}

#icons {
	text-align:right;
	width:100px;
	float:right;
	margin-top:5px;
	margin-right:-45px;
}
