html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background-color: rgb(238, 251, 253);
}

.StylePoints {
    margin-left: 550px;
    margin-right: 550px;
    margin-top: 50px;
    padding: 15px;
    padding-bottom: 275px;
    background-color: rgb(197, 216, 216);
    border-radius: 15px 15px 0px 0px
}
textarea {
    resize: none;
    width: 95%;
    height: 100px
  }

#FullName, #email {
    resize: none;
    width: 95%;
}
  
label {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.Thanks {
    margin-left: 400px;
    margin-right: 400px;
    margin-top: 10px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ErrorMessage {
    background-color: black;
    color: rgb(255, 57, 57);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}