﻿document.title = '婦女新知基金會運動史料資料庫' ;

$(document).ready(function() {
   $(".contentTable tr:even").css("background-color", "#ffeeff");
   $(".contentTable tr:odd" ).css("background-color", "#ffffff");
   $("h2").css("margin-top","12px");
   $("h2").css("margin-left","12px");
   $("h2").css("margin-bottom","12px");
 });


