/* cmsms stylesheet: system modified: Friday, November 22, 2024 3:54:36 PM */
body {
    font-family: Sans-Serif;
    color: #fff;
    background-color: #1d75c7;
	background-size: 50% 100%;
	background-repeat: no-repeat, no-repeat;
}
.container {
    margin-left: 20%;
    margin-top: 10%;
}
h1 {
    font-size:36pt;
}
	 /* unvisited link */
a:link {
	color: white;
	text-decoration: none;
}

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

/* mouse over link */
a:hover {
	color: #333;
	text-decoration: none;
}

/* selected link */
a:active {
	color: white;
	text-decoration: none;
}
