
a {
	font-size: 150%;	
}


.homeButton {
   height: 40px;
   width:  40px;
   background-color:white;
   border:0px;
}

.backButton {
   height: 40px;
   width:  40px;
   background-color:white;
   border:0px;
}

.greenButton {
	background-color:#b8e356;
	border-radius:11px;
	border:3px solid #18ab29;
    vertical-align: middle;
    width: 170px;
    height: 42px;
	display:inline-block;
	cursor:pointer;
	color:Navy;
	font-family:Comic Sans MS;
	font-size:24px;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
    padding-right:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.greenButton:hover {
	background-color:#5cbf2a;
}
.greenButton:active {
	position:relative;
	top:1px;
}

.blueButton {
	background-color:#a5c2f5;
	border-radius:11px;
	border:3px solid #6a52f1;
    vertical-align: middle;
    width: 170px;
    height: 42px;
	display:inline-block;
	cursor:pointer;
	color:Navy;
	font-family:Comic Sans MS;
	font-size:24px;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
    padding-right:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.blueButton:hover {
	background-color:#5cbf2a;
}
.blueButton:active {
	position:relative;
	top:1px;
}


.orangeButton {
	background-color:#ffc477;
	border-radius:11px;
	border:3px solid #18ab29;
    width: 80px;
    height: 35px;
    vertical-align: middle;
	display:inline-block;
	cursor:pointer;
	color:Navy;
	font-family:Comic Sans MS;
	font-size:24px;
	font-weight:bold;
    padding-top:3px;
	padding-left:5px;
    padding-right:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.orangeButton:hover {
	background-color:#fb9e25;
}
.orangeButton:active {
	position:relative;
	top:1px;
}

.newsBody{
	font-size: 250%;
	font-family: Comic Sans MS;
	color: navy;
}


.col_header {
font-family: Comic Sans MS;
font-weight: bold;
font-size: 150%;	
color: navy;
}

.title {
font-size: 200%;
font-family: Comic Sans MS;
font-style: italic;
font-weight: bold;
color: navy;
}


.button {
  border: none;
  color: white;
  background-color: #008CBA; /* Blue */
  padding: 5px 5px;
  font-family: Comic Sans MS;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_green {background-color: #04AA6D;} /* Green */
.button_blue {background-color: #008CBA;} /* Blue */

.prod_image {
width: 200px;
height: 200px;
}

.label {
font-family: serif;
font-weight: bold;
font-size: 110%;	
color: navy;
}

.doc {
	font-family: serif;	
	font-size: 100%;	
	color: navy;
}

.error {
	font-family: serif;
	font-weight: bold;
	font-size: 100%;	
	color: red;
	}

.paragraph {
	font-size: 150%;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: green;
}

.numeric_data {
font-family: serif;
font-size: 200%;
text-align: right;		
text-align: justify;
color: Darkblue;
}

.data {
font-family: serif;
font-size: 150%;		
justify-content: start;
color: #034f03;
}


.header {
color: #a10b6a;
text-align: center;
font-family: serif;
font-weight: bold;
font-size: 120%;
}


