﻿/*
Page Styles
*/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: default;
}

body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

/*
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}

/*
Element Styles
*/

body,
.win-type-xx-large,
.win-type-x-large,
.win-type-large,
.win-type-medium,
.win-type-small,
.win-type-x-small,
.win-type-xx-small,
input,
textarea,
.win-textarea,
button,
select,
option {
    font-family: "Segoe UI", "Calibri", arial, helvetica;
		font-size: 11pt;
    line-height: 1.3636; /* 20px when font-size is 11pt */
}

body, 
button, input,
textarea, .win-textarea, 
select, option {
    letter-spacing: 0.02em;
}

b, strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

img {
    border-style: none;
}

a {
	float:left;
	display:block;
	background: #0065A5;
	color: white;
	width:230px;
	height:150px;
	text-align:center;
	font-size:36px;
	padding: 50px 10px;
	margin:20px 30px;
	text-decoration: none;
}

.alligator-tile {
	padding:0px; 
	margin-bottom:250px;
}