/* MatB2B3 zh feladatok  stílus file */

body {
   background-color: #FFE4CA;          /* a gif miatt nem látszik */
   background-image: url(spiral2.gif);
	background-repeat: repeat-y;
   color : #000000;
	font-family: times, roman, 'times new roman', serif,
	arial, helvetica, sans-serif;
	font-size: 24px;
	margin-left: 0%;                      /* a 0%-okra a színes background miatt volt szükség, */
	margin-bottom: 0%;               /* ellenkezõ esetben nem lesz az egész háttér színes     */
	margin-right: 0%;
	margin-top: 0%;
}

math {
color : red;
}

/*math[mode="display"] {
  display: block;
  text-align: center;
  margin-left:10%;
  margin-right:10%;
}
*/
h1,h3 {
	font-family: times, roman, 'times new roman',  serif;
}

h1 {	
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

h3 {	
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

p {
	font-style: normal;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}
div.squaregrid {
   margin-left: 35px;
    background-image: url(small-grid.gif);
	background-repeat: repeat;
	border: none;
}	
div.center {
    text-align: center;
}    

a:link {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: blue;
}

a:active {
	text-decoration: none;
	color: white;
	background-color: green;
}

a:visited {
	text-decoration: underline;
	color: #E6980B;
}

a.solution {
   cursor: help;
}

