﻿body {
    font-family:Arial,Verdana,sans-serif;
	font-size:17px;
	margin:0;
	padding:0;
	color: White;
    background-color: black;
}

div.IgorWelcomesYou {
    width: 800px;
    margin-left: auto ;
    margin-right: auto ;
    padding-top: 50px;
}

.CenterText {
    text-align: center;
}

.ImageCaption {
    font-size: 10px;
    text-align: right;
    margin-right: 60px;
    color: grey;
}

#ErrorMessage {
    border: 1px solid red;
}

.ImageCaption a:link { color: grey; text-decoration: none;  }
.ImageCaption a:visited { color: grey; text-decoration: none; }
.ImageCaption a:hover { color: grey; text-decoration: none;  } 
.ImageCaption a:focus { color: grey; text-decoration: none; }
.ImageCaption a:active { color: grey; text-decoration: none; }


