﻿
/*Missionpointe.css*/


body
{

}



/* Don't underline links, and make all links red.
   Make links flash black when activated. */

/*a {
  text-decoration:underline;
   border:none red 10px;
}

a:link {
  color:red;
   border:none red 10px;
}

a:visited {
  color:blue;
   border:none red 10px;
}

a:active {
  color:black;
   border:none red 10px;
}

div.byline {
  font-style:italic;
  background-color:yellow;
  color:red;
   border:double red 10px;
}*/



.important-notice{
    background-color:yellow;
    text-align: center;
    font-size: 24px;
	color:red;
	font-weight: bold;
}

